mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-12-10 13:40:04 -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
|
||||
boolean fundsReceived = balanceSumBefore != null && getNonTradeBalanceSum().compareTo(balanceSumBefore) > 0;
|
||||
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