[Settings] Fix behavior of mobile data plan

Fix UI issue.

Bug: 150352656
Test: make
Change-Id: If5c6fc3c07259c45eba4d0f1f76b7b6de20cc6f4
This commit is contained in:
Bonian Chen
2020-03-12 16:26:51 +08:00
parent 291ff22d7b
commit 35904059d0

View File

@@ -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;
} }