mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-12-12 06:28:49 -05:00
notify balance update after releasing wallet lock
This commit is contained in:
parent
812dcf27e8
commit
777cbfdc0c
1 changed files with 3 additions and 3 deletions
|
|
@ -165,10 +165,10 @@ public class Balances {
|
||||||
// play sound if funds received
|
// play sound if funds received
|
||||||
boolean fundsReceived = balanceSumBefore != null && getNonTradeBalanceSum().compareTo(balanceSumBefore) > 0;
|
boolean fundsReceived = balanceSumBefore != null && getNonTradeBalanceSum().compareTo(balanceSumBefore) > 0;
|
||||||
if (fundsReceived) HavenoUtils.playCashRegisterSound();
|
if (fundsReceived) HavenoUtils.playCashRegisterSound();
|
||||||
|
|
||||||
// notify balance update
|
|
||||||
updateCounter.set(updateCounter.get() + 1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// notify balance update
|
||||||
|
updateCounter.set(updateCounter.get() + 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue