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

Commit 5a86bb72 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Removed setDisplayNumber as it was not used." am: 14c7ce26

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Bluetooth/+/1778971

Change-Id: I6fd62d0aaae1e5606b14a245164eebc20f550090
parents bf56433c 14c7ce26
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -106,7 +106,6 @@ class MapClientContent {
                .getActiveSubscriptionInfoForIcc(mDevice.getAddress());
        if (info != null) {
            mSubscriptionId = info.getSubscriptionId();
            mSubscriptionManager.setDisplayNumber(mPhoneNumber, mSubscriptionId);
        }

        mContentObserver = new ContentObserver(null) {