Unverified Commit 56f14d8d authored by Filipe de Lima Brito's avatar Filipe de Lima Brito Committed by GitHub

Merge pull request #1363 from divyanshub024/keyboard-landscape

[BUG] Closing keyboard also close the chatroom activity in landscape view
parents 41e500a1 e9402f07
......@@ -74,7 +74,8 @@
android:lineSpacingExtra="4dp"
android:maxLines="4"
android:minHeight="24dp"
android:scrollbars="vertical" />
android:scrollbars="vertical"
android:imeOptions="flagNoExtractUi" />
<ImageButton
android:id="@+id/button_show_attachment_options"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment