mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 13:44:40 +00:00
Added remark about QR codes
This commit is contained in:
parent
7d316275f6
commit
a3024bc3ea
2 changed files with 6 additions and 2 deletions
|
@ -877,6 +877,9 @@ public class ApplicationEx extends Application
|
|||
} else if (version < 2197) {
|
||||
if (!prefs.contains("overview_mode"))
|
||||
editor.putBoolean("overview_mode", false);
|
||||
} else if (version < 2201) {
|
||||
if ("a".equals(BuildConfig.REVISION))
|
||||
editor.remove("reformatted_hint");
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
|
|
|
@ -1674,9 +1674,10 @@
|
|||
<string name="title_expand_warning">Expanding this message will download %1$s</string>
|
||||
<string name="title_download_message">Downloading …</string>
|
||||
<string name="title_reformatted">
|
||||
This is the reformatted message view.
|
||||
You can tap on the ⛶ icon to view the original message and to hide this message.
|
||||
This is the safe reformatted message view.
|
||||
You can tap on the ⛶ icon to view the less safe original message and to hide this message.
|
||||
Reformatting messages takes some time, depending on the size of the message and the speed of your device.
|
||||
Sometimes the original message must be viewed to see QR codes.
|
||||
</string>
|
||||
|
||||
<string name="title_compose">Compose</string>
|
||||
|
|
Loading…
Reference in a new issue