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:
Amith Yamasani
2012-10-11 18:27:53 -07:00
committed by Android Git Automerger

View File

@@ -55,6 +55,7 @@ public class LocalePicker extends com.android.internal.app.LocalePicker
mTargetLocale = locale;
showDialog(DLG_SHOW_GLOBAL_WARNING);
} else {
getActivity().onBackPressed();
LocalePicker.updateLocale(locale);
}
}