Fix 6291333: Don't show multiple pin/pattern/password confirmations

This fixes a bug where orientation changes caused the system to
ask for the pin/pattern/password multiple times.

It also fixes a minor issue where we were showing buttons
on the pattern confirmation screen (bug 6218057)

Change-Id: I0894f37bb697baa4cc17917aaeb466440279b092
This commit is contained in:
Jim Miller
2012-04-27 18:11:03 -07:00
parent bd4bac327b
commit 47f1cd4325
2 changed files with 14 additions and 4 deletions

View File

@@ -47,7 +47,8 @@
style="@style/SecurityPreferenceButtonContainer"
android:layout_alignParentRight="true"
android:layout_alignParentBottom="true"
android:orientation="horizontal">
android:orientation="horizontal"
android:visibility="invisible">
<!-- left / top button: skip, or re-try -->
<Button android:id="@+id/footerLeftButton"