bug fix for not working notification grace period in muc

This commit is contained in:
iNPUTmice 2014-08-07 11:02:41 +02:00
parent 313f9db1ec
commit 6536c1aeb1
1 changed files with 1 additions and 1 deletions

View File

@ -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);