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

Commit 337b07c3 authored by Jim Miller's avatar Jim Miller
Browse files

Fix 6247249: make sure label on tablets is "done" instead of "next"

This fixes a bug where the password/PIN unlock screen would show
"next" instead of "done" depending on the orientation of the device
on tablets.

Change-Id: Id9dece919226f43a9bd5901ec9135267c1321ff4
parent e2eaf699
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@
                    android:textAppearance="?android:attr/textAppearanceMedium"
                    android:background="@null"
                    android:textColor="#ffffffff"
                    android:imeOptions="flagForceAscii"
                    android:imeOptions="flagForceAscii|actionDone"
                />

                <!-- This delete button is only visible for numeric PIN entry -->