-
Notifications
You must be signed in to change notification settings - Fork 250
Commit 46407f9
committed
Fix the data race because progress block is called in non-main queue
This match the behavior of `progress indicator`, which only update on main queue
Note: This is different behavior compared to SDWebIamge on UIKit (progress updated in global queue)1 parent 6c27d02 commit 46407f9
1 file changed
+6
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 | + | ||
88 | 89 |
| |
89 | 90 |
| |
90 | 91 |
| |
| |||
95 | 96 |
| |
96 | 97 |
| |
97 | 98 |
| |
98 | - | ||
99 | + | ||
100 | + | ||
101 | + | ||
102 | + | ||
103 | + | ||
99 | 104 |
| |
100 | 105 |
| |
101 | 106 |
| |
|
0 commit comments