Reset options on import

This commit is contained in:
M66B
2024-03-18 13:05:22 +01:00
parent 0ba95456d9
commit dbbc7111e9
11 changed files with 97 additions and 64 deletions

View File

@@ -126,7 +126,7 @@ public class FragmentOptionsSynchronize extends FragmentBase implements SharedPr
private int textColorTertiary;
private int colorAccent;
private final static List<String> RESET_OPTIONS = Collections.unmodifiableList(Arrays.asList(
final static List<String> RESET_OPTIONS = Collections.unmodifiableList(Arrays.asList(
"enabled", "poll_interval", "auto_optimize",
"poll_metered", "poll_unmetered",
"schedule", "schedule_start", "schedule_end", "schedule_start_weekend", "schedule_end_weekend", "weekend",