Hide WidgetBanner by default, it can be visible if phone is slow

This commit is contained in:
Benoit Marty 2020-06-11 21:42:04 +02:00
parent 4f5b1d9646
commit d03ab989e6

View file

@ -123,7 +123,9 @@
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="8dp" />
android:layout_marginEnd="8dp"
android:visibility="gone"
tools:visibility="visible" />
<im.vector.riotx.core.ui.views.JumpToReadMarkerView
android:id="@+id/jumpToReadMarkerView"