Skip to content

Commit

Permalink
optimize onConfigurationChanged()
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Dec 16, 2024
1 parent a1e4786 commit 3113f9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ public void onConfigurationChanged(Configuration newConfig) {
container.hideAttachedInput(true);
}

reloadEmojiPicker();
emojiPicker = null; // force reloading next time onEmojiToggle() is called
initializeBackground();
}

Expand Down

0 comments on commit 3113f9c

Please sign in to comment.