mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-30 19:56:10 +00:00
Small fix
This commit is contained in:
parent
227d092c2a
commit
d70cf95aea
2 changed files with 2 additions and 2 deletions
|
@ -244,7 +244,7 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
|
|||
else {
|
||||
cb.setChecked(!checked);
|
||||
LocalBroadcastManager lbm = LocalBroadcastManager.getInstance(getContext());
|
||||
lbm.sendBroadcast(new Intent(ActivityView.ACTION_SHOW_PRO));
|
||||
lbm.sendBroadcast(new Intent(ActivitySetup.ACTION_SHOW_PRO));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -131,7 +131,7 @@ public class FragmentOptionsSynchronize extends FragmentBase implements SharedPr
|
|||
} else {
|
||||
swSchedule.setChecked(false);
|
||||
LocalBroadcastManager lbm = LocalBroadcastManager.getInstance(getContext());
|
||||
lbm.sendBroadcast(new Intent(ActivityView.ACTION_SHOW_PRO));
|
||||
lbm.sendBroadcast(new Intent(ActivitySetup.ACTION_SHOW_PRO));
|
||||
}
|
||||
} else {
|
||||
prefs.edit().putBoolean("schedule", false).apply();
|
||||
|
|
Loading…
Reference in a new issue