Fix approval text position when input bar is gone (#1181)

pull/1195/head
Andrew 2 years ago committed by GitHub
parent 99cb10f5be
commit ba3566f7e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -128,6 +128,7 @@
android:textSize="12sp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignWithParentIfMissing="true"
android:layout_above="@id/messageRequestBar"/>
<RelativeLayout

Loading…
Cancel
Save