Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork155
Commit7a8e238
authored
fix(url): ensure main thread scheduling before fetching (#1453)
Call utils.schedule_main() before fetching URL data to ensure thatsubsequent operations run on the main thread. This prevents potentialissues with asynchronous execution and improves reliability whenaccessing resources.Signed-off-by: Tomas Slusny <slusnucky@gmail.com>1 parent481db77 commit7a8e238
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
545 | 545 | | |
546 | 546 | | |
547 | 547 | | |
| 548 | + | |
548 | 549 | | |
549 | 550 | | |
550 | 551 | | |
| |||
0 commit comments
Comments
(0)