Commit 3ac3f52
Fix/always dispose on main thread (#743)
* fix: always run the `launchSubcomposition` on the main thread (prevent running on non-main thread in instrumented test)
* chore: fixes build
---------
Co-authored-by: Akexorcist <[email protected]>1 parent 55d9ca6 commit 3ac3f52
File tree
1 file changed
+6
-1
lines changed- maps-compose/src/main/java/com/google/maps/android/compose
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
235 | 237 | | |
236 | 238 | | |
237 | 239 | | |
238 | | - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
239 | 244 | | |
240 | 245 | | |
241 | 246 | | |
| |||
0 commit comments