From 811d0f253435854b1f9f0c02d672a8e69ba7ab8b Mon Sep 17 00:00:00 2001 From: J-Jamet Date: Tue, 13 Aug 2019 16:17:10 +0200 Subject: [PATCH] Change default value for timeout --- app/src/main/res/values/donottranslate.xml | 8 ++++---- app/src/main/res/xml/keyboard_preferences.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index c62175a17..a6044a72b 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -86,8 +86,6 @@ true allow_copy_password_key false - clear_clipboard_notification_key - false recentfile true keyfile @@ -108,6 +106,8 @@ magic_keyboard_preference_key clipboard_notifications_key false + clear_clipboard_notification_key + true clip_timeout_key 60000 settings_autofill_enable_key @@ -117,9 +117,9 @@ keyboard_notification_entry_key true keyboard_notification_entry_clear_close_key - false + true keyboard_entry_timeout_key - keyboard_theme_key + 60000 keyboard_key_vibrate_key true keyboard_key_sound_key diff --git a/app/src/main/res/xml/keyboard_preferences.xml b/app/src/main/res/xml/keyboard_preferences.xml index 839d3a760..1485d6e1e 100644 --- a/app/src/main/res/xml/keyboard_preferences.xml +++ b/app/src/main/res/xml/keyboard_preferences.xml @@ -43,7 +43,7 @@ android:entries="@array/timeout_options" android:entryValues="@array/timeout_values" android:dialogTitle="@string/keyboard_entry_timeout_title" - android:defaultValue="@string/timeout_default" + android:defaultValue="@string/keyboard_entry_timeout_default" android:dependency="@string/keyboard_notification_entry_clear_close_key"/>