Merge "[Settings] Fix behavior of mobile data plan" am: ac2c706809 am: 311510b298
Change-Id: Ie775c149cc731bb606f6dcb86a75512855f4e150
This commit is contained in:
@@ -85,6 +85,7 @@ public class MobilePlanPreferenceController extends AbstractPreferenceController
|
|||||||
if (mHost != null && KEY_MANAGE_MOBILE_PLAN.equals(preference.getKey())) {
|
if (mHost != null && KEY_MANAGE_MOBILE_PLAN.equals(preference.getKey())) {
|
||||||
mMobilePlanDialogMessage = null;
|
mMobilePlanDialogMessage = null;
|
||||||
onManageMobilePlanClick();
|
onManageMobilePlanClick();
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user