Join Slack
Powered by
You all probably know this, but if you are storing...
# android-databinding
e
emmano
04/21/2020, 6:55 PM
You all probably know this, but if you are storing your binding in your
Fragment
, you must set it to
null
in
onDestroyView()
, otherwise you will leak the
Views
that the binding holds.
🙌 4
emmano
04/21/2020, 6:58 PM
https://stackoverflow.com/a/59504797/2029566
2
Views
Open in Slack
Previous
Next