Potential fix for Settings instability on x-large.
Bug: 9752185 Change-Id: I1b2af6661a601e1d487a35a53f5d01e58529a34d
This commit is contained in:
@@ -109,7 +109,7 @@ public class RestrictionSettings extends AppRestrictionsFragment {
|
||||
if (resultCode == Activity.RESULT_OK) {
|
||||
getListView().setEnabled(true);
|
||||
mChallengeSucceeded = true;
|
||||
} else {
|
||||
} else if (!isDetached()) {
|
||||
finishFragment();
|
||||
}
|
||||
return;
|
||||
|
Reference in New Issue
Block a user