mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-23 19:26:31 -06:00
Fix lucky number crash (#242)
This commit is contained in:
parent
9fcf245ecd
commit
52ed7dcb6c
@ -61,4 +61,9 @@ class LuckyNumberFragment : BaseSessionFragment(), LuckyNumberView, MainView.Tit
|
||||
override fun isViewEmpty(): Boolean {
|
||||
return luckyNumberText.text.isBlank()
|
||||
}
|
||||
|
||||
override fun onDestroyView() {
|
||||
super.onDestroyView()
|
||||
presenter.onDetachView()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user