mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-11 18:10:44 +00:00
Fix another bug
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
d133624693
commit
c2a4c6f006
@ -544,11 +544,13 @@ public class ChatController extends BaseController implements MessagesListAdapte
|
||||
myFirstMessage = message;
|
||||
}
|
||||
|
||||
if (popupBubble.isShown()) {
|
||||
popupBubble.hide();
|
||||
}
|
||||
getActivity().runOnUiThread(() -> {
|
||||
if (popupBubble.isShown()) {
|
||||
popupBubble.hide();
|
||||
}
|
||||
|
||||
messagesList.smoothScrollToPosition(0);
|
||||
messagesList.smoothScrollToPosition(0);
|
||||
});
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user