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

Commit 9959594a authored by Sean McCreary's avatar Sean McCreary Committed by Nolen Johnson
Browse files

SUW: add missing navigation bar in landsape layout

Add a navigation bar to the landscape orientation layout for the
'SIM missing' activity

Change-Id: Ic04b98e1891c9f411e658389168a45fc4fd7a103
parent c893e61b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -49,5 +49,11 @@

            </LinearLayout>
        </FrameLayout>

        <org.lineageos.setupwizard.NavigationLayout
            android:id="@+id/navigation_bar"
            android:layout_width="match_parent"
            android:layout_height="wrap_content" />

    </LinearLayout>
</com.google.android.setupdesign.GlifLayout>