mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: add onDestroyView() to release fragment resources
This commit is contained in:
parent
4dec73ea76
commit
b3d581486a
7 changed files with 40 additions and 0 deletions
|
|
@ -51,4 +51,9 @@ class DebugFragment : Fragment() {
|
|||
logs?.let { adapter.setLogs(it) }
|
||||
}
|
||||
}
|
||||
|
||||
override fun onDestroyView() {
|
||||
super.onDestroyView()
|
||||
_binding = null
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue