From eadebeb77cbc4f5b49d484b8a64058630385afe6 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Wed, 12 Mar 2014 22:31:50 +0100 Subject: added server info and deal with thi 'connecting...' bug --- src/eu/siacs/conversations/utils/UIHelper.java | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/eu/siacs/conversations/utils/UIHelper.java') diff --git a/src/eu/siacs/conversations/utils/UIHelper.java b/src/eu/siacs/conversations/utils/UIHelper.java index 8880cde3..b0f79c3a 100644 --- a/src/eu/siacs/conversations/utils/UIHelper.java +++ b/src/eu/siacs/conversations/utils/UIHelper.java @@ -126,10 +126,6 @@ public class UIHelper { public static void updateNotification(Context context, List conversations, Conversation currentCon, boolean notify) { - - - Log.d("xmppService","called to update notifications"); - NotificationManager mNotificationManager = (NotificationManager) context .getSystemService(Context.NOTIFICATION_SERVICE); @@ -139,7 +135,6 @@ public class UIHelper { boolean alwaysNotify = preferences.getBoolean("notify_in_conversation_when_highlighted", false); if (!showNofifications) { - Log.d("xmppService","notification disabled in settings. not showing"); return; } -- cgit v1.2.3