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

Commit 709a9623 authored by Peter Cai's avatar Peter Cai
Browse files

fix: Set seId when calling tryOpenEuiccChannel

parent 755499e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ open class DefaultEuiccChannelManager(
            for (card in uiccCards) {
                for (port in card.ports) {
                    if (port.logicalSlotIndex == logicalSlotId) {
                        return@withContext tryOpenEuiccChannel(port)
                        return@withContext tryOpenEuiccChannel(port, seId)
                    }
                }
            }