Skip to content

Commit

Permalink
Fix flicker on screen transition with PopUpTo with inclusive true.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sousa committed Oct 26, 2023
1 parent c4422de commit e4707d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ internal class BackStackManager : LifecycleObserver {
)
backStacks.value -= stacksToDrop
stacksToDrop.forEach {
it.destroyDirectly()
it.destroy()
}
}
}
Expand Down

0 comments on commit e4707d0

Please sign in to comment.