Fix scroll to bottom button position when input not visible

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

@ -138,6 +138,7 @@
android:layout_height="50dp"
android:layout_alignParentEnd="true"
android:layout_above="@+id/messageRequestBar"
android:layout_alignWithParentIfMissing="true"
android:layout_marginEnd="12dp"
android:layout_marginBottom="32dp">

Loading…
Cancel
Save