mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-18 21:18:12 +02:00
Oops
This commit is contained in:
@@ -85,7 +85,7 @@ public class FragmentPro extends FragmentBase implements SharedPreferences.OnSha
|
||||
@Override
|
||||
public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
|
||||
prefs.edit().putBoolean("banner", !isChecked).apply();
|
||||
ServiceUI.schedule(getContext(), isChecked);
|
||||
ServiceUI.scheduleBanner(getContext(), isChecked);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user