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

Commit 7ce6e785 authored by Wink Saville's avatar Wink Saville
Browse files

Fix a long subId.

Change-Id: Ie512720965cf92591fb66996e1743b2b80612985
parent 3b62312e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ public final class PhoneAccountRegistrar {
                    PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)) {
                // If the account selected is a SIM account, propagate down to the subscription
                // record.
                long subId = getSubscriptionIdForPhoneAccount(accountHandle);
                int subId = getSubscriptionIdForPhoneAccount(accountHandle);
                SubscriptionManager.setDefaultVoiceSubId(subId);
            }