fixed null pointer

This commit is contained in:
Daniel Gultsch 2014-03-10 22:05:25 +01:00
parent a5de5060a9
commit 05694b4c06
1 changed files with 0 additions and 1 deletions

View File

@ -408,7 +408,6 @@ public class ConversationActivity extends XmppActivity {
public void onStart() {
super.onStart();
this.registerListener();
xmppConnectionService.setOnConversationListChangedListener(this.onConvChanged);
if (conversationList.size()>=1) {
onConvChanged.onConversationListChanged();
}