bug fix for not working notification grace period in muc

iNPUTmice created

Change summary

src/eu/siacs/conversations/utils/UIHelper.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

src/eu/siacs/conversations/utils/UIHelper.java 🔗

@@ -334,7 +334,7 @@ public class UIHelper {
 		boolean vibrate = preferences.getBoolean("vibrate_on_notification",
 				true);
 		boolean alwaysNotify = preferences.getBoolean(
-				"notify_in_conversation_when_highlighted", false);
+				"notify_in_conversation_when_highlighted", false) && notify;
 
 		if (!showNofifications) {
 			mNotificationManager.cancel(2342);