Tweak `expo-modules-core` hack patch (#4955)
parent
40ab67fc4b
commit
2939ee7df7
|
@ -33,7 +33,7 @@ index ee2268a..4851b67 100644
|
|||
|
||||
internal func clear() {
|
||||
- Self.lockQueue.async {
|
||||
+ DispatchQueue.main.sync {
|
||||
+ Self.lockQueue.sync {
|
||||
self.pairs.removeAll()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue