Fix initial visibility of scroll to bottom button.

Fixes #8862
This commit is contained in:
Alan Evans 2019-06-11 12:53:09 -04:00 committed by Greyson Parrelli
parent cecf16c595
commit f5cbf64ccf

View file

@ -43,7 +43,7 @@
<ImageButton
android:id="@+id/scroll_to_bottom_button"
android:visibility="gone"
android:visibility="invisible"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="10dp"