Fix crash when keyboard needed in Webxdc page

This commit is contained in:
12aw 2024-02-28 21:02:43 +01:00
parent ced9b465dd
commit 5210d41a74

View file

@ -24,5 +24,13 @@
android:verticalSpacing="0dp"
android:numColumns="2" />
<androidx.emoji2.emojipicker.EmojiPickerView
android:id="@+id/emoji_picker"
android:layout_below="@+id/actions"
android:layout_width="match_parent"
android:layout_height="270dp"
app:emojiGridColumns="9"
android:layout_marginBottom="4dp"
android:visibility="gone"/>
</RelativeLayout>
</layout>