mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-27 19:22:15 -05:00
don't set notification mode to background when on pause
This commit is contained in:
parent
ad994a2f4c
commit
ea0e6d0619
@ -1066,9 +1066,6 @@ public class ConversationActivity extends XmppActivity
|
||||
listView.discardUndo();
|
||||
super.onPause();
|
||||
this.mActivityPaused = true;
|
||||
if (this.xmppConnectionServiceBound) {
|
||||
this.xmppConnectionService.getNotificationService().setIsInForeground(false);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
@ -1080,9 +1077,6 @@ public class ConversationActivity extends XmppActivity
|
||||
recreate();
|
||||
}
|
||||
this.mActivityPaused = false;
|
||||
if (this.xmppConnectionServiceBound) {
|
||||
this.xmppConnectionService.getNotificationService().setIsInForeground(true);
|
||||
}
|
||||
|
||||
if (!isConversationsOverviewVisable() || !isConversationsOverviewHideable()) {
|
||||
sendReadMarkerIfNecessary(getSelectedConversation());
|
||||
|
Loading…
Reference in New Issue
Block a user