Browse Source

OpenEuiccService: fixup

Peter Cai 1 year ago
parent
commit
5cefbc24f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/src/main/java/im/angry/openeuicc/service/OpenEuiccService.kt

+ 1 - 1
app/src/main/java/im/angry/openeuicc/service/OpenEuiccService.kt

@@ -207,7 +207,7 @@ class OpenEuiccService : EuiccService(), OpenEuiccContextMarker {
         return@withEuiccChannelManager GetEuiccProfileInfoListResult(
             RESULT_OK,
             profiles.toTypedArray(),
-            channel.removable
+            channel.port.card.isRemovable
         )
     }