This commit is contained in:
M66B 2020-03-19 16:01:18 +01:00
parent e066de05cb
commit 012bb8703a
1 changed files with 1 additions and 1 deletions

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