Loading app-common/src/main/java/im/angry/openeuicc/core/DefaultEuiccChannelManager.kt +1 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ open class DefaultEuiccChannelManager( protected suspend fun findEuiccChannelByLogicalSlot( logicalSlotId: Int, seId: EuiccChannel.SecureElementId = EuiccChannel.SecureElementId.DEFAULT seId: EuiccChannel.SecureElementId ): EuiccChannel? = withContext(Dispatchers.IO) { if (logicalSlotId == EuiccChannelManager.USB_CHANNEL_ID) { Loading app/src/main/java/im/angry/openeuicc/core/PrivilegedEuiccChannelManager.kt +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ class PrivilegedEuiccChannelManager(appContainer: AppContainer, context: Context } override suspend fun notifyEuiccProfilesChanged(logicalSlotId: Int) { val channel = findEuiccChannelByLogicalSlot(logicalSlotId) ?: return val channel = findEuiccChannelByLogicalSlot(logicalSlotId, EuiccChannel.SecureElementId.DEFAULT) ?: return appContainer.subscriptionManager.tryRefreshCachedEuiccInfo(channel.cardId) } } Loading
app-common/src/main/java/im/angry/openeuicc/core/DefaultEuiccChannelManager.kt +1 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ open class DefaultEuiccChannelManager( protected suspend fun findEuiccChannelByLogicalSlot( logicalSlotId: Int, seId: EuiccChannel.SecureElementId = EuiccChannel.SecureElementId.DEFAULT seId: EuiccChannel.SecureElementId ): EuiccChannel? = withContext(Dispatchers.IO) { if (logicalSlotId == EuiccChannelManager.USB_CHANNEL_ID) { Loading
app/src/main/java/im/angry/openeuicc/core/PrivilegedEuiccChannelManager.kt +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ class PrivilegedEuiccChannelManager(appContainer: AppContainer, context: Context } override suspend fun notifyEuiccProfilesChanged(logicalSlotId: Int) { val channel = findEuiccChannelByLogicalSlot(logicalSlotId) ?: return val channel = findEuiccChannelByLogicalSlot(logicalSlotId, EuiccChannel.SecureElementId.DEFAULT) ?: return appContainer.subscriptionManager.tryRefreshCachedEuiccInfo(channel.cardId) } }