Tweak expo-modules-core
hack patch (#4955)
This commit is contained in:
parent
40ab67fc4b
commit
2939ee7df7
1 changed files with 4 additions and 4 deletions
|
@ -33,7 +33,7 @@ index ee2268a..4851b67 100644
|
|||
|
||||
internal func clear() {
|
||||
- Self.lockQueue.async {
|
||||
+ DispatchQueue.main.sync {
|
||||
+ Self.lockQueue.sync {
|
||||
self.pairs.removeAll()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue