[database][android] reset transaction signalled state on await()
This commit is contained in:
parent
0c46523045
commit
5839aadf0f
|
@ -71,6 +71,7 @@ public class RNFirebaseTransactionHandler {
|
||||||
*/
|
*/
|
||||||
void await() throws InterruptedException {
|
void await() throws InterruptedException {
|
||||||
lock.lock();
|
lock.lock();
|
||||||
|
signalled = false;
|
||||||
|
|
||||||
long timeoutExpired = System.currentTimeMillis() + 5000;
|
long timeoutExpired = System.currentTimeMillis() + 5000;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue