Shanks Bin
Results
2
comments of
Shanks Bin
In your fragment : cameraView.setLifecycleOwner(viewLifecycleOwner) do not use: cameraView.setLifecycleOwner(this)
> Indeed, I've been able to reproduce this by configuring the device into forced idle mode: > > ```shell > adb shell dumpsys deviceidle force-idle > ``` > > Then,...