Open archie94 opened 5 years ago
Some major leaks around Camera, Settings, Signal and MaterialDateTime Picker fixed. Please test once and consider merging.
Merged fine, and is not crashing, but seem to not be capturing all the camera positive detect events. Will dig and test some more.
Definitely something different happening with logging events. Master works fine, but this PR seems to not be persisting matched events.
:/ Will check it out! Meanwhile if you feel it is happening for any specific scenario or find any steps to reproduce do leave them here.
I hope these event / event triggers are solely around the camera?
Thanks for the testing!
Call cameraview destroy() instead of close() on Fragment onDestroy()Do the same withLifecycleOwner
-> #393