home: hide loading indicator by default
Prevents flickering during navigation.
This commit is contained in:
parent
8c4b8dfb56
commit
4a08809e50
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="top|start"
|
||||
android:transitionGroup="true"
|
||||
android:visibility="invisible"
|
||||
android:layout_margin="@dimen/spacing_medium">
|
||||
|
||||
<com.google.android.material.progressindicator.CircularProgressIndicator
|
||||
|
|
Loading…
Reference in a new issue