mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-08 23:19:55 +00:00
Try to fix a bug
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
5ca20d3ea8
commit
a3b674c7e7
@ -540,13 +540,13 @@ public class ChatController extends BaseController implements MessagesListAdapte
|
||||
myFirstMessage = message;
|
||||
}
|
||||
|
||||
getActivity().runOnUiThread(() -> {
|
||||
if (popupBubble.isShown()) {
|
||||
if (popupBubble != null && popupBubble.isShown()) {
|
||||
popupBubble.hide();
|
||||
}
|
||||
|
||||
if (messagesList != null) {
|
||||
messagesList.smoothScrollToPosition(0);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user