diff options
Diffstat (limited to 'src/de/gultsch/chat/ui/XmppActivity.java')
-rw-r--r-- | src/de/gultsch/chat/ui/XmppActivity.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/de/gultsch/chat/ui/XmppActivity.java b/src/de/gultsch/chat/ui/XmppActivity.java index ce65ab5e..66c92b72 100644 --- a/src/de/gultsch/chat/ui/XmppActivity.java +++ b/src/de/gultsch/chat/ui/XmppActivity.java @@ -31,6 +31,7 @@ public abstract class XmppActivity extends Activity { @Override protected void onStart() { + startService(new Intent(this, XmppConnectionService.class)); super.onStart(); if (!xmppConnectionServiceBound) { Intent intent = new Intent(this, XmppConnectionService.class); |