|
|
|
@ -2749,7 +2749,7 @@ class Core {
|
|
|
|
|
boolean notify_reply_direct = (prefs.getBoolean("notify_reply_direct", false) && pro);
|
|
|
|
|
boolean notify_flag = (prefs.getBoolean("notify_flag", false) && flags && pro);
|
|
|
|
|
boolean notify_seen = (prefs.getBoolean("notify_seen", true) || !pro);
|
|
|
|
|
boolean notify_snooze = (prefs.getBoolean("notify_snooze", false) || !pro);
|
|
|
|
|
boolean notify_snooze = (prefs.getBoolean("notify_snooze", false) && pro);
|
|
|
|
|
boolean notify_remove = prefs.getBoolean("notify_remove", true);
|
|
|
|
|
boolean light = prefs.getBoolean("light", false);
|
|
|
|
|
String sound = prefs.getString("sound", null);
|
|
|
|
|