Updates visibleThreadId after sending a message in a new thread
Fixes #3536 Closes #4146
This commit is contained in:
parent
328a3ff20e
commit
849c346a21
1 changed files with 1 additions and 0 deletions
|
@ -1220,6 +1220,7 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|||
|
||||
if (refreshFragment) {
|
||||
fragment.reload(recipients, threadId);
|
||||
MessageNotifier.setVisibleThread(threadId);
|
||||
}
|
||||
|
||||
fragment.scrollToBottom();
|
||||
|
|
Loading…
Add table
Reference in a new issue