Fix crash when setting a password/pattern from private fragment

As of N+, we don't allow the addition of private fragments as this
causes problems with Configuration Change recreations.

Bug: 29565251
Change-Id: I6a4cf1011e1a4e6ba308565e010a51d2992e79e2
This commit is contained in:
Clara Bayarri
2016-06-23 11:11:42 +01:00
parent ffb4f8a058
commit 77c4345373
2 changed files with 2 additions and 2 deletions

View File

@@ -689,7 +689,7 @@ public class ChooseLockPassword extends SettingsActivity {
}
}
private static class SaveAndFinishWorker extends SaveChosenLockWorkerBase {
public static class SaveAndFinishWorker extends SaveChosenLockWorkerBase {
private String mChosenPassword;
private String mCurrentPassword;