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
I found weird crash when calling
supportFragmentManager.popBackstack()
right beforeActivity.onStop
. There will be NO crash if you do a simple transaction e.g.supportFragmentManager.beginTransaction().replace(..).commit()
at the same place.According to the documentationhttps://developer.android.com/reference/android/app/Activity#onSaveInstanceState(android.os.Bundle) state is saved after
Activity.onStop
call for platforms starting withBuild.VERSION_CODES.P