Skip to content

Commit

Permalink
fix(database,android): fix issue where transaction signal state error…
Browse files Browse the repository at this point in the history
… not caught
  • Loading branch information
Salakar committed Nov 26, 2019
1 parent 3e90981 commit d7252a2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ void signalUpdateReceived(ReadableMap updates) {
signalled = true;
data = updateData;
condition.signalAll();
} catch (Exception e) {
// do nothing
} finally {
lock.unlock();
}
Expand Down

0 comments on commit d7252a2

Please sign in to comment.