Fixed
Status Update
Comments
rm...@google.com <rm...@google.com> #2
This happens when fragments use animation whereby it doesn't wait for animations to complete and moves directly to RESUMED state.
The entry's listener to Fragment state does not get attached because it was attaching only if Fragment was in CREATED / STARTED state.
Description
Android Studio Version: 3.3.2
Emulator Version (Emulator--> Extended Controls--> Emulator Version): 28.0.23-5264690
HAXM / KVM Version: WHPX 10.0.17134
Android SDK Tools: 26.1.1
Host Operating System: Windows 10 Pro
CPU Manufacturer: AMD CPU
Inside a VM
64-bit CPU
Steps to Reproduce Bug:
1. Enable "emulator always on top"
2. Close the extended controls menu
3. Rotate emulate left or right
Expected Behavior:
Extended controls menu does not reappear when emulator is rotated
Observed Behavior:
Extended controls menu reappears every time the emulator is rotated