Updated on 2026-08-14
This commit is contained in:
parent
cf6a14d262
commit
d2b6c524ef
1 changed files with 8 additions and 0 deletions
|
|
@ -47,6 +47,8 @@ class SingleWalletView : WalletView() {
|
|||
}
|
||||
|
||||
private fun showSingleWalletView(binding: FragmentWalletBinding) = with(binding) {
|
||||
watchedPrimaryWalletForAddressCard = null
|
||||
watchedPrimaryWalletForBalance = null
|
||||
lSaltPayWallet.root.hide()
|
||||
tvTwinCardNumber.hide()
|
||||
rvMultiwallet.hide()
|
||||
|
|
@ -66,6 +68,12 @@ class SingleWalletView : WalletView() {
|
|||
setupTransactionsRecyclerView()
|
||||
}
|
||||
|
||||
override fun onDestroyFragment() {
|
||||
super.onDestroyFragment()
|
||||
watchedPrimaryWalletForAddressCard = null
|
||||
watchedPrimaryWalletForBalance = null
|
||||
}
|
||||
|
||||
private fun setupTransactionsRecyclerView() {
|
||||
val fragment = fragment ?: return
|
||||
pendingTransactionAdapter = PendingTransactionsAdapter()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue