Merge "Fix crash when setting a password/pattern from private fragment"

This commit is contained in:
TreeHugger Robot
2016-06-23 11:33:24 +00:00
committed by Android (Google) Code Review
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;

View File

@@ -690,7 +690,7 @@ public class ChooseLockPattern extends SettingsActivity {
}
}
private static class SaveAndFinishWorker extends SaveChosenLockWorkerBase {
public static class SaveAndFinishWorker extends SaveChosenLockWorkerBase {
private List<LockPatternView.Cell> mChosenPattern;
private String mCurrentPattern;