mirror of
https://github.com/moparisthebest/Conversations
synced 2025-02-14 13:40:09 -05:00
fixed null pointer
This commit is contained in:
parent
a5de5060a9
commit
05694b4c06
@ -408,7 +408,6 @@ public class ConversationActivity extends XmppActivity {
|
|||||||
public void onStart() {
|
public void onStart() {
|
||||||
super.onStart();
|
super.onStart();
|
||||||
this.registerListener();
|
this.registerListener();
|
||||||
xmppConnectionService.setOnConversationListChangedListener(this.onConvChanged);
|
|
||||||
if (conversationList.size()>=1) {
|
if (conversationList.size()>=1) {
|
||||||
onConvChanged.onConversationListChanged();
|
onConvChanged.onConversationListChanged();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user