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

Commit 90f761b8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Change excepted result for getLine1NumberForSubscriber" am: d1a1231e am: 8273acb5

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1431712

Change-Id: Ie60012c547409bae2862854ae9012963ec1787b4
parents 987c5bdd 8273acb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -258,7 +258,7 @@ public class PhoneSubInfoController extends IPhoneSubInfo.Stub {
    private Phone getPhone(int subId) {
        int phoneId = SubscriptionManager.getPhoneId(subId);
        if (!SubscriptionManager.isValidPhoneId(phoneId)) {
            phoneId = 0;
            return null;
        }
        return PhoneFactory.getPhone(phoneId);
    }