Moved default clipboard history retention time to common config

This commit is contained in:
pdroidandroid@gmail.com 2022-02-20 16:19:31 +01:00
parent a88b661ec7
commit be7521c39d
2 changed files with 3 additions and 3 deletions

View file

@ -24,6 +24,9 @@
look at input history to suggest a hopefully helpful suggestions for the next word? -->
<bool name="config_default_next_word_prediction">true</bool>
<!-- Maximum time for a clipboard history entry to be kept, in minutes. -->
<integer name="config_clipboard_history_retention_time">10</integer>
<integer name="config_delay_in_milliseconds_to_update_shift_state">100</integer>
<integer name="config_double_space_period_timeout">1100</integer>

View file

@ -22,9 +22,6 @@
<resources>
<bool name="config_use_fullscreen_mode">false</bool>
<!-- Maximum time for a clipboard history entry to be kept, in minutes. -->
<integer name="config_clipboard_history_retention_time">10</integer>
<dimen name="config_key_hysteresis_distance">8.0dp</dimen>
<!-- Amount of width reduction in one-handed mode -->