mirror of https://github.com/M66B/FairEmail.git
Oops
This commit is contained in:
parent
e066de05cb
commit
012bb8703a
|
@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue