Batch update preferences

This commit is contained in:
M66B
2023-09-09 10:10:27 +02:00
parent 6568345e09
commit 65ca2958c9
11 changed files with 94 additions and 10 deletions

View File

@@ -68,6 +68,8 @@ public class FragmentOptions extends FragmentBase {
private String searching = null;
private SuggestData data = null;
static final long DELAY_SETOPTIONS = 20; // ms
private static final int[] TAB_PAGES = {
R.layout.fragment_setup,
R.layout.fragment_options_synchronize,