mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Fixed timing issues
This commit is contained in:
@@ -177,7 +177,6 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
|
||||
@Override
|
||||
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
|
||||
prefs.edit().putBoolean("badge", checked).apply();
|
||||
ServiceSynchronize.restart(getContext(), "badge");
|
||||
}
|
||||
});
|
||||
|
||||
@@ -185,7 +184,6 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
|
||||
@Override
|
||||
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
|
||||
prefs.edit().putBoolean("unseen_ignored", checked).apply();
|
||||
ServiceSynchronize.restart(getContext(), "unseen_ignored");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user