SetupWizard: Pass proper value to wifi back text
* We are currently passing a Boolean value while the value should be a String ( null in our case ) Change-Id: I6bc69793485c44f2a65baeab62d7266934500038
This commit is contained in:
@@ -38,7 +38,7 @@ public class WifiSetupActivity extends SubBaseActivity {
|
||||
intent.setComponent(SetupWizardUtils.mTvwifisettingsActivity);
|
||||
}
|
||||
intent.putExtra(SetupWizardApp.EXTRA_PREFS_SHOW_BUTTON_BAR, true);
|
||||
intent.putExtra(SetupWizardApp.EXTRA_PREFS_SET_BACK_TEXT , false);
|
||||
intent.putExtra(SetupWizardApp.EXTRA_PREFS_SET_BACK_TEXT, (String) null);
|
||||
startSubactivity(intent, REQUEST_CODE_SETUP_WIFI);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user