MrKosen
Results
3
comments of
MrKosen
Im my case, it is calculating something on memory and when app restarted it works. So below is my workaround solution ``` class CustomCachedImage extends StatefulWidget { final String imageUrl;...
For temp soluyion : Go to GyroscopeStreamHandler.kt make the return type nullable private val sensor: Sensor? by lazy { sensorManager.getDefaultSensor(Sensor.TYPE_GYROSCOPE) }