am 9b8055b3
: Merge "Fix a regression in exiting the activity on picking a locale" into jb-mr1-dev
* commit '9b8055b337c5b3efe80d87d318bf0d1df67ecf14': 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