Skip to content

Simple Stack 2.6.5

Compare
Choose a tag to compare
@Zhuinden Zhuinden released this 11 Nov 02:26
· 31 commits to master since this release

Simple-Stack 2.6.5 (2022-11-11)

  • FIX: Backstack.CompletionListener added to Backstack that unregistered themselves during dispatching notifications
    would cause either a ConcurrentModificationException or invalid results, this is now fixed and no longer the case (
    #263, thanks @angusholder)

  • MINOR CHANGE: When Backstack.CompletionListener's are being notified, the state changer is temporarily removed (
    similarly to dispatching ScopedServices.Activated events), so that navigation actions invoked on Backstack are
    deferred until all Backstack.CompletionListeners are notified.