kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
1ad7912e75
commit
3439657bba
|
@ -1037,6 +1037,10 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
||||||
ConversationFragment fragment = (ConversationFragment) getSupportFragmentManager()
|
ConversationFragment fragment = (ConversationFragment) getSupportFragmentManager()
|
||||||
.findFragmentById(R.id.fragment_content);
|
.findFragmentById(R.id.fragment_content);
|
||||||
|
|
||||||
|
if (fragment == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (refreshFragment) {
|
if (refreshFragment) {
|
||||||
fragment.reload(recipients, threadId);
|
fragment.reload(recipients, threadId);
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue