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

Commit 9e3b7a07 authored by Danny Baumann's avatar Danny Baumann
Browse files

Fix NPE on tablets.

Commit d547e9d0 updated the default
navigation_bar layout, but missed the overlaid one. Fixit.

Change-Id: Ia912075d6dfdb32cd569d6040231dafa894b0c7d
parent f34f2355
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -218,6 +218,13 @@
            systemui:orientation="vertical"
            android:layout_gravity="top"
            />

        <View
            android:id="@+id/status_bar_blocker"
            android:layout_width="match_parent"
            android:layout_height="@*android:dimen/status_bar_height"
            android:alpha="0"
            />
    </FrameLayout>

    <!-- not used -->