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

Commit 7ea1f4ec authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android (Google) Code Review
Browse files

Merge "Update cached user-data-enabled on changes." into nyc-dev

parents 9e51994d 80d38fe5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -845,8 +845,10 @@ public class DcTracker extends Handler {

    private void onDeviceProvisionedChange() {
        if (getDataEnabled()) {
            mUserDataEnabled = true;
            onTrySetupData(Phone.REASON_DATA_ENABLED);
        } else {
            mUserDataEnabled = false;
            onCleanUpAllConnections(Phone.REASON_DATA_SPECIFIC_DISABLED);
        }
    }