Compare commits
1 commit
5ac0ae72f4
...
359c6dd598
Author | SHA1 | Date | |
---|---|---|---|
359c6dd598 |
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ class EuiccChannelManagerService : LifecycleService(), OpenEuiccContextMarker {
|
|||
R.drawable.ic_task_sim_card_download
|
||||
) {
|
||||
val callback = object : ProfileDownloadCallback {
|
||||
override var isCancelled: Boolean = true
|
||||
override var isCancelled: Boolean = false
|
||||
|
||||
override fun onStateUpdate(state: ProfileDownloadCallback.DownloadState) {
|
||||
if (state.progress == 0) return
|
||||
|
|
Loading…
Add table
Reference in a new issue