Fix scrolling in the emoji variation popup.

This commit is contained in:
Greyson Parrelli
2020-03-27 16:51:09 -04:00
parent f8e63098a2
commit c274312265
2 changed files with 11 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ public class EmojiVariationSelectorPopup extends PopupWindow {
ViewGroup.LayoutParams.WRAP_CONTENT);
this.context = context;
this.listener = listener;
this.list = (ViewGroup) getContentView();
this.list = (ViewGroup) getContentView().findViewById(R.id.emoji_variation_container);
setBackgroundDrawable(null);
setOutsideTouchable(true);