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

Commit 09422470 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Restore saved network selection accordding to config.xml"

parents 5023de51 b91b43d3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3278,7 +3278,9 @@ public abstract class Phone extends Handler implements PhoneInternalInterface {
        mRadioCapability.set(rc);

        if (SubscriptionManager.isValidSubscriptionId(getSubId())) {
            sendSubscriptionSettings(true);
            boolean restoreSelection = !mContext.getResources().getBoolean(
                    com.android.internal.R.bool.skip_restoring_network_selection);
            sendSubscriptionSettings(restoreSelection);
        }
    }