Skip to content

Commit

Permalink
Merge pull request #521 from Adamant-im/trello.com/c/pOZzbfOy
Browse files Browse the repository at this point in the history
[trello.com/c/pOZzbfOy] fixed bug: coin carousel scroll drop
  • Loading branch information
StanislavDevIOS authored Sep 16, 2024
2 parents 9609211 + 30e5a27 commit 9f7db49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adamant/Modules/Wallets/Adamant/AdmWalletService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ final class AdmWalletService: NSObject, WalletCoreProtocol {
if wallet.balance != account.balance {
wallet.balance = account.balance
notify = true
} else if wallet.isBalanceInitialized {
} else if !wallet.isBalanceInitialized {
notify = true
} else {
notify = false
Expand Down

0 comments on commit 9f7db49

Please sign in to comment.