diff options
author | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-03-28 12:22:09 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-03-28 12:22:09 +0100 |
commit | 0b235171a82d41a00dda5e5f64ff73ffb24f4d10 (patch) | |
tree | e9daf0a43ae33e9a43219c5b72b7f181c0aeb4a7 /src/eu/siacs/conversations/ui/XmppActivity.java | |
parent | 9fa95f50ae2dca51308245038a1d50b3ab8a09bd (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.java | 3 |
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 968e1647..4d15addb 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; |