fix linebreak in strings.xml + fix lint warnings

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2023-11-08 09:20:36 +01:00
parent 598262250f
commit d5672d6434
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B
3 changed files with 7 additions and 10 deletions

View File

@ -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,

View File

@ -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>