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

Commit 50468f60 authored by LuK1337's avatar LuK1337 Committed by Łukasz Patron
Browse files

SystemUI: Initialize proper visibility for notification icons container

* Fixes an issue where notification icons are visible
  under lockscreen notifications after boot.

Change-Id: Ib96363e51e30c7edc46c6e689e7ecf6cf926afd9
parent d65af6e1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@
            android:layout_width="match_parent"
            android:layout_height="@dimen/notification_shelf_height"
            android:layout_marginTop="@dimen/widget_vertical_padding"
            android:visibility="invisible"
        />
    </LinearLayout>
</com.android.keyguard.KeyguardStatusView>