Updated on 2026-08-14

This commit is contained in:
Tangem 2021-11-29 23:25:41 +00:00
commit f5cd710825

View file

@ -285,8 +285,12 @@ class SendFragment : BaseStoreFragment(R.layout.fragment_send) {
}
}
override fun onDestroy() {
override fun onDestroyView() {
keyboardObserver.unregisterListener()
super.onDestroyView()
}
override fun onDestroy() {
store.dispatch(ReleaseSendState)
super.onDestroy()
}