How to reproduce:
1. Open the “UIToolkitEventBug.zip“ project
2. Open the “SampleScene“
3. Build and Run for Android
4. Rotate the device
5. Press on the “Click Me“ button
6. Wait till it turns green and back to grey
7. Rotate the device again
Expected result: The button does not turn green when the device is rotated
Actual result: The button turns green when the device is rotated
Reproducible with: 2023.2.0a16, 6000.0.43f1, 6000.1.0b11, 6000.2.0a7
Not reproducible with: 2022.3.60f1, 2023.2.0a15
Reproducible environment: macOS 15.3.1 (M4 Max), Windows 11 (Reporters)
Not reproducible environment: No other environment tested
Reproducible with these devices:
VLNQA00511, Samsung Galaxy S8 (SM-G950F), Android 9, CPU: Exynos 9 Octa 8895, GPU: Mali-G71
VLNQA00107, Huawei Nexus 6P (Nexus 6P), Android 8.1.0, CPU: Snapdragon 810 MSM8994, GPU: Adreno (TM) 430
VLNQA00335, Samsung Galaxy S20+ 5G (SM-G986B), Android 10, CPU: Exynos 990, GPU: Mali-G77
VLNQA00517, Oneplus OnePlus 10 Pro 5G (NE2213), Android 12, CPU: Snapdragon 8 Gen 1 (SM8450), GPU: Adreno (TM) 730
Not reproducible with these devices:
VLNQA00518, Google Pixel 4 (Pixel 4), Android 13, CPU: Snapdragon 855 SM8150, GPU: Adreno (TM) 640
VLNQA00123, Google Pixel 2 XL (Pixel 2 XL), Android 11, CPU: Snapdragon 835 MSM8998, GPU: Adreno (TM) 540
VLNQA00535, iPhone XS (MT9F2ET/A), CPU: Apple A12 Bionic, GPU: Apple designed, OS: 17.6.1
Notes:
- The event is also fired again when turning off the screen of my phone and then turning it back on
- When using an actual button and registering a callback to the 'clicked' event instead of using “RegisterCallback<ClickEvent>” does not reproduce the issue