mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-28 11:42:15 -05:00
bug fix for not working notification grace period in muc
This commit is contained in:
parent
313f9db1ec
commit
6536c1aeb1
@ -334,7 +334,7 @@ public class UIHelper {
|
|||||||
boolean vibrate = preferences.getBoolean("vibrate_on_notification",
|
boolean vibrate = preferences.getBoolean("vibrate_on_notification",
|
||||||
true);
|
true);
|
||||||
boolean alwaysNotify = preferences.getBoolean(
|
boolean alwaysNotify = preferences.getBoolean(
|
||||||
"notify_in_conversation_when_highlighted", false);
|
"notify_in_conversation_when_highlighted", false) && notify;
|
||||||
|
|
||||||
if (!showNofifications) {
|
if (!showNofifications) {
|
||||||
mNotificationManager.cancel(2342);
|
mNotificationManager.cancel(2342);
|
||||||
|
Loading…
Reference in New Issue
Block a user