additonal safty net for disabling notifications

This commit is contained in:
iNPUTmice 2014-10-16 19:10:37 +02:00
parent 0fd634ae52
commit 5e3caf9626
1 changed files with 1 additions and 0 deletions

View File

@ -1125,6 +1125,7 @@ public class XmppConnectionService extends Service {
}
}
}
this.mNotificationService.setIsInForeground(false);
Log.d(Config.LOGTAG,"app switched into background");
}