forked from mirror/monocles_chat_clean
Fix crash when keyboard needed in Webxdc page
This commit is contained in:
parent
ced9b465dd
commit
5210d41a74
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue