mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-09 16:48:54 +01:00
fix / code quality
This commit is contained in:
parent
8fd15f4082
commit
64216f74ae
@ -68,7 +68,11 @@ class MessageMenuViewModel(initialState: MessageMenuState) : VectorViewModel<Mes
|
|||||||
}
|
}
|
||||||
if (canShare(type)) {
|
if (canShare(type)) {
|
||||||
if (messageContent is MessageImageContent) {
|
if (messageContent is MessageImageContent) {
|
||||||
this.add(SimpleAction(ACTION_SHARE, R.string.share, R.drawable.ic_share, currentSession.contentUrlResolver().resolveFullSize(messageContent.url)))
|
this.add(
|
||||||
|
SimpleAction(ACTION_SHARE,
|
||||||
|
R.string.share, R.drawable.ic_share,
|
||||||
|
currentSession.contentUrlResolver().resolveFullSize(messageContent.url))
|
||||||
|
)
|
||||||
}
|
}
|
||||||
//TODO
|
//TODO
|
||||||
}
|
}
|
||||||
|
@ -1402,7 +1402,6 @@ Why choose Riot.im?
|
|||||||
<string name="autodiscover_well_known_autofill_dialog_message">Riot detected a custom server configuration for your userId domain \"%s\":\n%s</string>
|
<string name="autodiscover_well_known_autofill_dialog_message">Riot detected a custom server configuration for your userId domain \"%s\":\n%s</string>
|
||||||
<string name="autodiscover_well_known_autofill_confirm">Use Config</string>
|
<string name="autodiscover_well_known_autofill_confirm">Use Config</string>
|
||||||
|
|
||||||
|
|
||||||
<string name="reactions_agree">Agree</string>
|
<string name="reactions_agree">Agree</string>
|
||||||
<string name="reactions_like">Like</string>
|
<string name="reactions_like">Like</string>
|
||||||
<string name="message_add_reaction">Add Reaction</string>
|
<string name="message_add_reaction">Add Reaction</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user