Revert "Settings ChooseLockscreen* dismiss in background."
This reverts commit 302aa72446
.
Reason for revert: b/308468754
Change-Id: I27ab7e374324b99e7a039b06ad698c214d97592a
This commit is contained in:
committed by
Android (Google) Code Review
parent
302aa72446
commit
d1de1b532b
@@ -219,13 +219,6 @@ public class ChooseLockPassword extends SettingsActivity {
|
||||
findViewById(R.id.content_parent).setFitsSystemWindows(false);
|
||||
getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE);
|
||||
}
|
||||
@Override
|
||||
public void onPause() {
|
||||
super.onPause();
|
||||
if (!isChangingConfigurations()) {
|
||||
finish();
|
||||
}
|
||||
}
|
||||
|
||||
public static class ChooseLockPasswordFragment extends InstrumentedFragment
|
||||
implements OnEditorActionListener, TextWatcher, SaveAndFinishWorker.Listener {
|
||||
|
Reference in New Issue
Block a user