Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d89160e authored by Maurice Chu's avatar Maurice Chu Committed by Android Git Automerger
Browse files

am 2cb6b8f7: am 4d89ef85: Hide updates view on app launch

* commit '2cb6b8f7':
  Hide updates view on app launch
parents 07222ee2 2cb6b8f7
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@
        android:id="@+id/updates_fragment_container"
        android:layout_width="0dip"
        android:layout_weight="2"
        android:layout_height="match_parent" />
        android:layout_height="match_parent"
        android:visibility="gone" />

</LinearLayout>
+2 −1
Original line number Diff line number Diff line
@@ -22,4 +22,5 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/updates_fragment_container"
    android:layout_width="match_parent"
    android:layout_height="match_parent"/>
 No newline at end of file
    android:layout_height="match_parent"
    android:visibility="gone" />