prevent memory leaks
This commit is contained in:
parent
97b2287282
commit
40a0f4c4af
1 changed files with 3 additions and 0 deletions
|
@ -218,6 +218,9 @@ class OmnipodDashOverviewFragment : DaggerFragment() {
|
||||||
override fun onDestroyView() {
|
override fun onDestroyView() {
|
||||||
super.onDestroyView()
|
super.onDestroyView()
|
||||||
_binding = null
|
_binding = null
|
||||||
|
_bluetoothStatusBinding = null
|
||||||
|
_buttonBinding = null
|
||||||
|
_podInfoBinding = null
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun updateUi() {
|
private fun updateUi() {
|
||||||
|
|
Loading…
Reference in a new issue