forked from github/wulkanowy-mirror
Fix lucky number crash (#242)
This commit is contained in:
parent
9fcf245ecd
commit
52ed7dcb6c
1 changed files with 5 additions and 0 deletions
|
@ -61,4 +61,9 @@ class LuckyNumberFragment : BaseSessionFragment(), LuckyNumberView, MainView.Tit
|
||||||
override fun isViewEmpty(): Boolean {
|
override fun isViewEmpty(): Boolean {
|
||||||
return luckyNumberText.text.isBlank()
|
return luckyNumberText.text.isBlank()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override fun onDestroyView() {
|
||||||
|
super.onDestroyView()
|
||||||
|
presenter.onDetachView()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue