Commit 1c62a4c
authored
fix: SDKE-627 Return true immediately for isInitialized on iOS (#57)
Partners receive null responses because Flutter SDK wasn't fully initialized.
Changed isInitialized to return true immediately to allow SDK usage without waiting.1 parent 90343ea commit 1c62a4c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments