mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-24 01:32:17 -05:00
possible bug fix for notificationgate
This commit is contained in:
parent
d7ab7715ed
commit
6ec5b2f055
@ -407,6 +407,9 @@ public class ConversationActivity extends XmppActivity {
|
||||
|
||||
public void onStart() {
|
||||
super.onStart();
|
||||
if (xmppConnectionServiceBound) {
|
||||
xmppConnectionService.setOnConversationListChangedListener(this.onConvChanged);
|
||||
}
|
||||
if (conversationList.size()>=1) {
|
||||
onConvChanged.onConversationListChanged();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user