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

Commit 41925338 authored by Tairu Wang's avatar Tairu Wang Committed by Android (Google) Code Review
Browse files

Merge "Initialize maxActiveVoiceSubscriptions to a reasonable value"

parents 87ecdada cb1e57c0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4605,6 +4605,7 @@ public class RILUtils {
                logicalModemList.add(new ModemInfo(modemInfo.modemId));
            }
        }
        maxActiveVoiceCalls = maxActiveData;
        return new PhoneCapability(maxActiveVoiceCalls, maxActiveData, logicalModemList,
                validationBeforeSwitchSupported, deviceNrCapabilities);
    }