Closed Corvus400 closed 2 months ago
https://github.com/DroidKaigi/conference-app-2024/blob/cf6bcdca82a85e484040420fc8b4d6e5484d6380/core/droidkaigiui/src/iosMain/kotlin/io/github/droidkaigi/confsched/droidkaigiui/OrientationSensorManager.kt#L25
What you probably need to check here is deviceMotionAvailable. Since we are checking deviceMotionActive, it is in a state where it is absolutely impossible to start. There may be other problems in addition to this one.
For now, I am working on this problem. 🏃
https://github.com/DroidKaigi/conference-app-2024/blob/cf6bcdca82a85e484040420fc8b4d6e5484d6380/core/droidkaigiui/src/iosMain/kotlin/io/github/droidkaigi/confsched/droidkaigiui/OrientationSensorManager.kt#L25
What you probably need to check here is deviceMotionAvailable. Since we are checking deviceMotionActive, it is in a state where it is absolutely impossible to start. There may be other problems in addition to this one.