additonal safty net for disabling notifications
This commit is contained in:
parent
0fd634ae52
commit
5e3caf9626
|
@ -1125,6 +1125,7 @@ public class XmppConnectionService extends Service {
|
|||
}
|
||||
}
|
||||
}
|
||||
this.mNotificationService.setIsInForeground(false);
|
||||
Log.d(Config.LOGTAG,"app switched into background");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue