mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-09 08:24:14 +01:00
Release VectorBaseBottomSheetDialogFragment bindings when view destroyed
Signed-off-by: aqulu <dev@aqu.lu>
This commit is contained in:
parent
2b780a8b76
commit
0059fdf174
@ -114,6 +114,7 @@ abstract class VectorBaseBottomSheetDialogFragment<VB: ViewBinding> : BottomShee
|
||||
@CallSuper
|
||||
override fun onDestroyView() {
|
||||
uiDisposables.clear()
|
||||
_binding = null
|
||||
super.onDestroyView()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user