mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-14 01:17:36 +00:00
Updates visibleThreadId after sending a message in a new thread
Fixes #3536 Closes #4146
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user