Skip to content

Commit

Permalink
Fixed empty info container not showing.
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Oct 4, 2017
1 parent 717ff15 commit 9889849
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/layout/fragment_layout_volumemanager.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
<ScrollView
android:id="@+id/empty_info"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone">
android:layout_height="match_parent">

<LinearLayout
android:layout_width="match_parent"
Expand Down

0 comments on commit 9889849

Please sign in to comment.