You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue when router is detached while executing animated push transactions.
In this case several routers in backstack have needsAttach flag set to true.
Obviously, next rebindIfNeeded will attach them all.
I'm gonna push PR with the test and fix.
The text was updated successfully, but these errors were encountered:
sdelaysam
changed the title
Incorrect nested backstacks reattach
Several controllers reattached
Apr 11, 2020
There is an issue when router is detached while executing animated push transactions.
In this case several routers in backstack have
needsAttach
flag set to true.Obviously, next
rebindIfNeeded
will attach them all.I'm gonna push PR with the test and fix.
The text was updated successfully, but these errors were encountered: