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

Commit c0abbeb4 authored by Natiq Ahmed's avatar Natiq Ahmed
Browse files

Change SubId to int from long.

Change-Id: I871d864105a74c998b1d3873ea9f097f60813947
parent 7468f430
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -639,7 +639,7 @@ public class ModemStackController extends Handler {
    private boolean isAnyCallsInProgress() {
        boolean isCallInProgress = false;
        for (int i = 0; i < mNumPhones; i++) {
            long subId = SubscriptionController.getInstance().getSubIdUsingPhoneId(i);
            int subId = SubscriptionController.getInstance().getSubIdUsingPhoneId(i);
            if (TelephonyManager.getDefault().getCallState(subId)
                    != TelephonyManager.CALL_STATE_IDLE) {
                isCallInProgress = true;
+0 −0

File mode changed from 100755 to 100644.

+0 −0

File mode changed from 100755 to 100644.