forked from github/wulkanowy-mirror
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…
x
Reference in New Issue
Block a user