File tree 1 file changed +1
-1
lines changed
aws-storage-s3/src/main/java/com/amplifyframework/storage/s3/transfer
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ import com.amplifyframework.storage.TransferState
25
25
import com.amplifyframework.storage.s3.AWSS3StoragePlugin
26
26
import com.amplifyframework.storage.s3.TransferOperations
27
27
import com.amplifyframework.storage.s3.transfer.worker.BaseTransferWorker
28
+ import java.util.concurrent.ConcurrentHashMap
28
29
import java.util.concurrent.Executors
29
30
import kotlinx.coroutines.CoroutineScope
30
31
import kotlinx.coroutines.Dispatchers
31
32
import kotlinx.coroutines.asCoroutineDispatcher
32
33
import kotlinx.coroutines.launch
33
34
import kotlinx.coroutines.withContext
34
- import java.util.concurrent.ConcurrentHashMap
35
35
36
36
internal class TransferWorkerObserver private constructor(
37
37
context : Context ,
You can’t perform that action at this time.
0 commit comments