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() {
|
public void onStart() {
|
||||||
super.onStart();
|
super.onStart();
|
||||||
|
if (xmppConnectionServiceBound) {
|
||||||
|
xmppConnectionService.setOnConversationListChangedListener(this.onConvChanged);
|
||||||
|
}
|
||||||
if (conversationList.size()>=1) {
|
if (conversationList.size()>=1) {
|
||||||
onConvChanged.onConversationListChanged();
|
onConvChanged.onConversationListChanged();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue