kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
b692d48b98
commit
1f9a0fab3c
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue