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

Commit f6ee4c72 authored by Heemin Seog's avatar Heemin Seog
Browse files

Fix the super_status_bar to be compatible

Phone system ui made some changes recently which require
super_status_bar to be updated.

Bug: 142274450
Test: manual (build, flash, no crashing)
Change-Id: Icf1049d0264da57d435600d607c26a612fcaeb3b
parent ff3cf431
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@
        android:layout_height="match_parent"
        android:visibility="invisible"/>

    <include layout="@layout/status_bar_expanded"
    <ViewStub android:id="@+id/status_bar_expanded"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:visibility="invisible"/>