Skip to content
Snippets Groups Projects
Commit d62d85aa authored by tnmy-cyngn's avatar tnmy-cyngn
Browse files

Messaging app crashes after a few MMS am: c12077e4

Change-Id: I844cce1e262f006a12d452e8024363fc13bb5758
parents ed1e4502 c12077e4
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,8 @@ public class ConversationFragment extends Fragment implements ConversationDataLi
intent.getStringExtra(UIIntents.UI_INTENT_EXTRA_CONVERSATION_SELF_ID);
Assert.notNull(conversationId);
Assert.notNull(selfId);
if (TextUtils.equals(mBinding.getData().getConversationId(), conversationId)) {
if (isBound() && TextUtils
.equals(mBinding.getData().getConversationId(), conversationId)) {
mComposeMessageView.updateConversationSelfIdOnExternalChange(selfId);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment