From 6a1e81a571e79d22da844c51cd418b74bb5a623c Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 14 Apr 2022 09:00:41 +0200 Subject: [PATCH] Added hint text --- app/src/main/res/layout/dialog_sync.xml | 11 +++++++++++ app/src/main/res/values/strings.xml | 1 + 2 files changed, 12 insertions(+) diff --git a/app/src/main/res/layout/dialog_sync.xml b/app/src/main/res/layout/dialog_sync.xml index 48be28756d..a3db4f3128 100644 --- a/app/src/main/res/layout/dialog_sync.xml +++ b/app/src/main/res/layout/dialog_sync.xml @@ -85,5 +85,16 @@ app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/tvRemark" /> + + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 32490a22db..579d25a67e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1006,6 +1006,7 @@ Messages will be fetched as fast as the email server can deliver them and stored as fast as the device can store and index them. The limiting factor is usually the speed of the device\'s internal storage space. + Please keep in mind that storing a lot of messages (ten thousand or more) on your device can cause delays because the internal storage space is not infinitely fast. Synchronize Enable synchronization Disable synchronization