|
@@ -502,12 +502,8 @@ class EuiccChannelManagerService : LifecycleService(), OpenEuiccContextMarker {
|
|
|
getString(R.string.task_euicc_memory_reset_failure),
|
|
getString(R.string.task_euicc_memory_reset_failure),
|
|
|
R.drawable.ic_euicc_memory_reset
|
|
R.drawable.ic_euicc_memory_reset
|
|
|
) {
|
|
) {
|
|
|
- euiccChannelManager.beginTrackedOperation(slotId, portId) {
|
|
|
|
|
- euiccChannelManager.withEuiccChannel(slotId, portId) { channel ->
|
|
|
|
|
- channel.lpa.euiccMemoryReset()
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- preferenceRepository.euiccMemoryResetFlow.first()
|
|
|
|
|
|
|
+ euiccChannelManager.withEuiccChannel(slotId, portId) { channel ->
|
|
|
|
|
+ channel.lpa.euiccMemoryReset()
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|