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

Commit 311510b2 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "[Settings] Fix behavior of mobile data plan" am: ac2c7068

Change-Id: Icc7b441acfa3001d91a91175c6bf05eee5007984
parents b9b0dd9b ac2c7068
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;
    }