mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Refactoring
This commit is contained in:
@@ -232,7 +232,7 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
|
||||
}
|
||||
|
||||
private void setOptions() {
|
||||
boolean pro = Helper.isPro(getContext());
|
||||
boolean pro = ActivityBilling.isPro(getContext());
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
|
||||
|
||||
swNotifyPreview.setChecked(prefs.getBoolean("notify_preview", true));
|
||||
|
||||
Reference in New Issue
Block a user