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

Commit 30c12b97 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Change excepted result for getLine1NumberForSubscriber" am: d1a1231e...

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

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

Change-Id: I8a66d079150a731e080305ac4831602d2bd11a4c
parents 19d48ce5 90f761b8
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);
    }