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

Commit 109e7c1a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Connectivity: mDefaultSubscription set to ZERO incase of SettingNotFound Exception."

parents b18ccf94 1bf3f307
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -803,6 +803,10 @@ public class ConnectivityService extends IConnectivityManager.Stub {
                    log("MULTI_SIM_DEFAULT_DATA_CALL_SUBSCRIPTION"
                +" not found in settings manager");
                e.printStackTrace();
                if (mDefaultSubscription < 0) {
                    mDefaultSubscription = 0;
                    loge("ConnectivityService mDefaultSub - "  + mDefaultSubscription);
                }
            }
        }