SetupWizard: Ensure language picker is enabled onResume

Issue-id: FEIJ-559

Change-Id: Iafe0467fc4130074ce86fe5f28b215d4774dc50e
This commit is contained in:
cretin45 2016-05-23 14:17:08 -07:00
parent 334c00f437
commit 4981bc9888
1 changed files with 3 additions and 0 deletions

View File

@ -356,6 +356,9 @@ public class WelcomePage extends SetupPage {
public void onResume() {
super.onResume();
mPaused = false;
if (mLanguagePicker != null) {
mLanguagePicker.setEnabled(true);
}
if (mPendingLocaleUpdate) {
mPendingLocaleUpdate = false;
fetchAndUpdateSimLocale();