Enable notify preview option in pro version

This commit is contained in:
M66B 2019-02-26 11:50:35 +00:00
parent 3d192557c8
commit 88d4ef4898
1 changed files with 1 additions and 0 deletions

View File

@ -594,6 +594,7 @@ public class FragmentOptions extends FragmentBase implements SharedPreferences.O
swAutoSend.setChecked(!prefs.getBoolean("autosend", false));
swNotifyPreview.setChecked(prefs.getBoolean("notify_preview", true));
swNotifyPreview.setEnabled(Helper.isPro(getContext()));
swSearchLocal.setChecked(prefs.getBoolean("search_local", false));
swLight.setChecked(prefs.getBoolean("light", false));
swUpdates.setChecked(prefs.getBoolean("updates", true));