mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-22 13:09:46 +01:00
fix linebreak in strings.xml + fix lint warnings
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
598262250f
commit
d5672d6434
@ -170,8 +170,6 @@ class MessageActionsDialog(
|
|||||||
dialogMessageActionsBinding.emojiMore.installForceSingleEmoji()
|
dialogMessageActionsBinding.emojiMore.installForceSingleEmoji()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
This method is a hacky workaround to avoid bug #1914
|
This method is a hacky workaround to avoid bug #1914
|
||||||
As the bug happens only for the very first time when the popup is opened,
|
As the bug happens only for the very first time when the popup is opened,
|
||||||
|
@ -522,8 +522,7 @@ How to translate with transifex:
|
|||||||
//save feature
|
//save feature
|
||||||
<string name="nc_save_message">Save</string>
|
<string name="nc_save_message">Save</string>
|
||||||
<string name="nc_dialog_save_to_storage_title">Save to storage?</string>
|
<string name="nc_dialog_save_to_storage_title">Save to storage?</string>
|
||||||
<string name="nc_dialog_save_to_storage_content">Saving this media to storage will allow any other apps on
|
<string name="nc_dialog_save_to_storage_content">Saving this media to storage will allow any other apps on your device to access it.\nContinue?</string>
|
||||||
your device to access it.\nContinue?</string>
|
|
||||||
<string name="nc_dialog_save_to_storage_yes">Yes</string>
|
<string name="nc_dialog_save_to_storage_yes">Yes</string>
|
||||||
<string name="nc_dialog_save_to_storage_no">No</string>
|
<string name="nc_dialog_save_to_storage_no">No</string>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user