mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-20 03:24:50 +00:00
Fix wrong visibility for no sources ui
This commit is contained in:
parent
6d9c1e17b5
commit
96b9b8843c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
android:id="@+id/no_sources"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="visible"
|
||||
android:visibility="gone"
|
||||
android:orientation="vertical">
|
||||
|
||||
<LinearLayout
|
||||
|
|
Loading…
Add table
Reference in a new issue