File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -531,11 +531,8 @@ export class Http {
531
531
532
532
}
533
533
534
- // Investigate why a timeout is needed 🤔
535
- setTimeout ( ( ) => {
536
- resolve ( result . filePath ) ;
537
- requestCallbacks . delete ( id ) ;
538
- } , 500 )
534
+ resolve ( result . filePath ) ;
535
+ requestCallbacks . delete ( id ) ;
539
536
} ,
540
537
onError ( param0 : string , param1 : java . lang . Exception ) : void {
541
538
reject ( {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
8
8
9
9
dependencies {
10
10
def androidxVersion = project. hasProperty(" androidxVersion" ) ? project. androidxVersion : " 1.0.0"
11
- implementation ' com.squareup.okio:okio:2.2 .2'
11
+ implementation ' com.squareup.okio:okio:2.4 .2'
12
12
implementation ' com.squareup.okhttp3:okhttp:3.14.2'
13
13
implementation " androidx.annotation:annotation:$androidxVersion "
14
14
}
You can’t perform that action at this time.
0 commit comments