Migrated from Deprecated plugin 'kotlin-android-extensions'

This commit is contained in:
Stefan 2020-12-16 13:22:17 +01:00
parent 553a7fa8c9
commit 80be91e696

View File

@ -70,4 +70,8 @@ class AddFragment : Fragment() {
} }
} }
override fun onDestroyView() {
super.onDestroyView()
_binding = null
}
} }