Fix scroll to bottom button position when input not visible

pull/1180/head
andrew 2 years ago
parent 99cb10f5be
commit b6667b83ce

@ -137,6 +137,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