possible bug fix for notificationgate

This commit is contained in:
Daniel Gultsch 2014-03-08 21:22:54 +01:00
parent d7ab7715ed
commit 6ec5b2f055
1 changed files with 3 additions and 0 deletions

View File

@ -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();
}