am a6b3ecbe: am 85cd2c56: am 9b8055b3: Merge "Fix a regression in exiting the activity on picking a locale" into jb-mr1-dev
* commit 'a6b3ecbebfa2d5de7525184747116edaea1c148f': Fix a regression in exiting the activity on picking a locale
This commit is contained in:
@@ -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