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

Commit 4ce01a84 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: Ie775c149cc731bb606f6dcb86a75512855f4e150
parents 654b19e1 311510b2
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;
    }