Merge "[Settings] Fix behavior of mobile data plan"

This commit is contained in:
Bonian Chen
2020-03-12 16:19:57 +00:00
committed by Gerrit Code Review

View File

@@ -85,6 +85,7 @@ public class MobilePlanPreferenceController extends AbstractPreferenceController
if (mHost != null && KEY_MANAGE_MOBILE_PLAN.equals(preference.getKey())) {
mMobilePlanDialogMessage = null;
onManageMobilePlanClick();
return true;
}
return false;
}