kopia lustrzana https://github.com/ryukoposting/Signal-Android
Updates visibleThreadId after sending a message in a new thread
Fixes #3536 Closes #4146fork-5.53.8
rodzic
328a3ff20e
commit
849c346a21
|
@ -1220,6 +1220,7 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
||||||
|
|
||||||
if (refreshFragment) {
|
if (refreshFragment) {
|
||||||
fragment.reload(recipients, threadId);
|
fragment.reload(recipients, threadId);
|
||||||
|
MessageNotifier.setVisibleThread(threadId);
|
||||||
}
|
}
|
||||||
|
|
||||||
fragment.scrollToBottom();
|
fragment.scrollToBottom();
|
||||||
|
|
Ładowanie…
Reference in New Issue