Updated on 2026-08-14
This commit is contained in:
parent
9b1d655ab5
commit
79a6dde7ba
2 changed files with 9 additions and 8 deletions
|
|
@ -74,8 +74,10 @@ class AdditionalFeedbackInfo {
|
|||
|
||||
@Deprecated("Don't use it directly")
|
||||
fun setWalletsInfo(walletManagers: List<WalletManager>) {
|
||||
walletsInfo.clear()
|
||||
walletsInfo.addAll(elements = walletManagers.map(::createEmailWalletInfo))
|
||||
synchronized(walletsInfo) {
|
||||
walletsInfo.clear()
|
||||
walletsInfo.addAll(elements = walletManagers.map(::createEmailWalletInfo))
|
||||
}
|
||||
}
|
||||
|
||||
fun updateOnSendError(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue