Skip to content

Commit

Permalink
Hide reaction emoji keyboard on refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacocococo committed Dec 22, 2024
1 parent ab8a745 commit 3bdea7f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ public void onBind(EmojiReactionsStatusDisplayItem item) {
addButton.setVisibility(session.getLocalPreferences().newEmojiReactionButton != AccountLocalPreferences.NewEmojiReactionButton.WITH_REACTIONS
? View.GONE
: View.VISIBLE);
if(emojiKeyboard!=null && emojiKeyboard.isVisible())
emojiKeyboard.toggleKeyboardPopup(null);
space.setVisibility(View.GONE);
updateVisibility(item.isHidden(), true);
imgLoader.updateImages();
Expand Down

0 comments on commit 3bdea7f

Please sign in to comment.