mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-12 02:19: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;
|
myFirstMessage = message;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (popupBubble.isShown()) {
|
getActivity().runOnUiThread(() -> {
|
||||||
popupBubble.hide();
|
if (popupBubble.isShown()) {
|
||||||
}
|
popupBubble.hide();
|
||||||
|
}
|
||||||
|
|
||||||
messagesList.smoothScrollToPosition(0);
|
messagesList.smoothScrollToPosition(0);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user