mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Individual account management - to be tested
This commit is contained in:
@@ -177,7 +177,7 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
|
||||
@Override
|
||||
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
|
||||
prefs.edit().putBoolean("badge", checked).apply();
|
||||
ServiceSynchronize.reload(getContext(), "badge");
|
||||
ServiceSynchronize.restart(getContext(), "badge");
|
||||
}
|
||||
});
|
||||
|
||||
@@ -185,7 +185,7 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
|
||||
@Override
|
||||
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
|
||||
prefs.edit().putBoolean("unseen_ignored", checked).apply();
|
||||
ServiceSynchronize.reload(getContext(), "unseen_ignored");
|
||||
ServiceSynchronize.restart(getContext(), "unseen_ignored");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user