Updated on 2026-08-14

This commit is contained in:
Tangem 2022-12-28 17:15:32 +03:00
parent 343f6de7cd
commit 87ba93d4d6

View file

@ -132,12 +132,8 @@ class WalletDetailsFragment : Fragment(R.layout.fragment_wallet_details),
override fun onStop() {
super.onStop()
store.unsubscribe(this)
}
override fun onDestroy() {
walletDataWatcher.clear()
walletStateWatcher.clear()
super.onDestroy()
}
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {