google / google/jetpack-camera-app
Image preview remains upside down when rotating device 180 degrees
Open
- Dominant language
- Kotlin
- Stars
- 341
- Forks
- 71
- Avg merge
- 4d 17h
- Merged PRs (30d)
- 7
Description
When unlocking orientation to allow landscape (to fix #90 ), rotating the device 180 degrees to go directly from landscape to reverse landscape can result in the image preview being upside down.
There is no configuration change or activity recreation here, instead a `DisplayListener` can be used: https://developer.android.com/training/camerax/orientation-rotation#displayListener
Contributor guide
Assessment
This issue has not been assessed yet.