mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-24 08:47:46 +00:00
Updates visibleThreadId after sending a message in a new thread
Fixes #3536 Closes #4146
This commit is contained in:
parent
328a3ff20e
commit
849c346a21
@ -1220,6 +1220,7 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
||||
|
||||
if (refreshFragment) {
|
||||
fragment.reload(recipients, threadId);
|
||||
MessageNotifier.setVisibleThread(threadId);
|
||||
}
|
||||
|
||||
fragment.scrollToBottom();
|
||||
|
Loading…
x
Reference in New Issue
Block a user