Merge "Fix a regression in exiting the activity on picking a locale" into jb-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9b8055b337
@@ -55,6 +55,7 @@ public class LocalePicker extends com.android.internal.app.LocalePicker
|
|||||||
mTargetLocale = locale;
|
mTargetLocale = locale;
|
||||||
showDialog(DLG_SHOW_GLOBAL_WARNING);
|
showDialog(DLG_SHOW_GLOBAL_WARNING);
|
||||||
} else {
|
} else {
|
||||||
|
getActivity().onBackPressed();
|
||||||
LocalePicker.updateLocale(locale);
|
LocalePicker.updateLocale(locale);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user