Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Component used: Fragment
Version used:1.3.0-alpha03 up to 1.3.0-alpha05
Devices/Android versions reproduced on: any
Sample code:https://gist.github.com/amihusb/7f2b38904d6245eb1c70064cb3ca6fd4
This is happening because Dialog#onRestoreInstanceState now gets called in DialogFragment#onViewStateRestored and child fragments gets restored their views before parent fragment, dialog restoring its own state and call show() before the parent dialog