Tweak expo-modules-core hack patch (#4955)
This commit is contained in:
@@ -33,7 +33,7 @@ index ee2268a..4851b67 100644
|
||||
|
||||
internal func clear() {
|
||||
- Self.lockQueue.async {
|
||||
+ DispatchQueue.main.sync {
|
||||
+ Self.lockQueue.sync {
|
||||
self.pairs.removeAll()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user