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

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

Merge "Fix phone process crash issue"

parents 7c17e346 d721bccf
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -428,9 +428,6 @@ public class SubscriptionInfoUpdater extends Handler {
                        SubscriptionManager.UNIQUE_KEY_SUBSCRIPTION_ID
                        + "=" + Integer.toString(subId), null);
            }
            contentResolver.update(SubscriptionManager.CONTENT_URI, name,
                    SubscriptionManager.UNIQUE_KEY_SUBSCRIPTION_ID
                    + "=" + Integer.toString(subId), null);
        } else {
            logd("Invalid subId, could not update ContentResolver");
        }