Updated on 2026-08-14

This commit is contained in:
Tangem 2021-10-13 18:55:38 +03:00
parent fd214bffd8
commit 4de7334b89

View file

@ -51,6 +51,7 @@ abstract class BaseStoreFragment(layoutId: Int) : Fragment(layoutId) {
override fun onStop() {
storeSubscribersList.forEach { store.unsubscribe(it) }
storeSubscribersList.clear()
super.onStop()
}