mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-30 19:46:42 +00:00
Fix scrolling in the emoji variation popup.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user