Commit 1cad84f
committed
Use coroutines for main thread execution
- Simplified thread handling with Kotlin coroutines to ensure dismissal code always runs on the main thread1 parent 6283fec commit 1cad84f
File tree
1 file changed
+6
-1
lines changed- OneSignalSDK/onesignal/in-app-messages/src/main/java/com/onesignal/inAppMessages/internal
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
114 | 117 | | |
115 | 118 | | |
116 | 119 | | |
117 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
118 | 123 | | |
119 | 124 | | |
120 | 125 | | |
| |||
0 commit comments