mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 17:42:24 +08:00
[database][android] reset transaction signalled state on await()
This commit is contained in:
@@ -71,6 +71,7 @@ public class RNFirebaseTransactionHandler {
|
||||
*/
|
||||
void await() throws InterruptedException {
|
||||
lock.lock();
|
||||
signalled = false;
|
||||
|
||||
long timeoutExpired = System.currentTimeMillis() + 5000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user