1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-25 15:32:52 +00:00
This commit is contained in:
M66B 2020-03-19 16:01:18 +01:00
parent e066de05cb
commit 012bb8703a

View file

@ -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);
}
});