aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/ui/XmppActivity.java
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-03-28 12:22:09 +0100
committerDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-03-28 12:22:09 +0100
commit0b235171a82d41a00dda5e5f64ff73ffb24f4d10 (patch)
treee9daf0a43ae33e9a43219c5b72b7f181c0aeb4a7 /src/eu/siacs/conversations/ui/XmppActivity.java
parent9fa95f50ae2dca51308245038a1d50b3ab8a09bd (diff)
tryping to fix #24 - notificationgate - since i still cant reproduce this patches are all blind
Diffstat (limited to 'src/eu/siacs/conversations/ui/XmppActivity.java')
-rw-r--r--src/eu/siacs/conversations/ui/XmppActivity.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/eu/siacs/conversations/ui/XmppActivity.java b/src/eu/siacs/conversations/ui/XmppActivity.java
index 968e16473..4d15addbb 100644
--- a/src/eu/siacs/conversations/ui/XmppActivity.java
+++ b/src/eu/siacs/conversations/ui/XmppActivity.java
@@ -19,6 +19,9 @@ import android.view.View;
import android.view.inputmethod.InputMethodManager;
public abstract class XmppActivity extends Activity {
+
+ protected final static String LOGTAG = "xmppService";
+
public XmppConnectionService xmppConnectionService;
public boolean xmppConnectionServiceBound = false;
protected boolean handledViewIntent = false;