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

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

Merge "Removed setDisplayNumber as it was not used."

parents c5312141 dcd1e27b
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -105,7 +105,6 @@ class MapClientContent {
                .getActiveSubscriptionInfoForIcc(mDevice.getAddress());
                .getActiveSubscriptionInfoForIcc(mDevice.getAddress());
        if (info != null) {
        if (info != null) {
            mSubscriptionId = info.getSubscriptionId();
            mSubscriptionId = info.getSubscriptionId();
            mSubscriptionManager.setDisplayNumber(mPhoneNumber, mSubscriptionId);
        }
        }


        mContentObserver = new ContentObserver(null) {
        mContentObserver = new ContentObserver(null) {