mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2025-01-31 14:48:20 +01:00
Add missing onDetachView in AutDialog (#2476)
This commit is contained in:
parent
38c00ddab5
commit
0e99c81eb8
@ -78,4 +78,9 @@ class AuthDialog : BaseDialogFragment<DialogAuthBinding>(), AuthView {
|
|||||||
override fun showDescriptionWithName(name: String) {
|
override fun showDescriptionWithName(name: String) {
|
||||||
binding.authDescription.text = getString(R.string.auth_description, name).parseAsHtml()
|
binding.authDescription.text = getString(R.string.auth_description, name).parseAsHtml()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override fun onDestroyView() {
|
||||||
|
presenter.onDetachView()
|
||||||
|
super.onDestroyView()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user