It’s odd, but after locking the screen, there’s an unintended touch input. This might just be an Android quirk. What’s more annoying is that if the rotate suggestion balloon is triggered, the app switches to landscape mode after unlocking. To fix this, you either have to close the app or enable auto-rotate, rotate the phone, and then lock the orientation again. I learned from an AI that some custom ROMs have a setting to disable this feature, but it’s missing in Nothing OS. However, the command adb shell settings put secure show_rotation_suggestions 0 worked perfectly to remove the rotate suggestion. It would be great if this could be added under the “Auto-rotate” setting or in experimental features.