Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35904059 authored by Bonian Chen's avatar Bonian Chen
Browse files

[Settings] Fix behavior of mobile data plan

Fix UI issue.

Bug: 150352656
Test: make
Change-Id: If5c6fc3c07259c45eba4d0f1f76b7b6de20cc6f4
parent 291ff22d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
    }