|
|
@ -974,7 +974,7 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|
|
|
boolean refreshFragment = (threadId != this.threadId);
|
|
|
|
boolean refreshFragment = (threadId != this.threadId);
|
|
|
|
this.threadId = threadId;
|
|
|
|
this.threadId = threadId;
|
|
|
|
|
|
|
|
|
|
|
|
if (fragment == null) {
|
|
|
|
if (fragment == null || !fragment.isVisible() || isFinishing()) {
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|