Simple Stack 2.6.5
Simple-Stack 2.6.5 (2022-11-11)
-
FIX:
Backstack.CompletionListener
added toBackstack
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 dispatchingScopedServices.Activated
events), so that navigation actions invoked onBackstack
are
deferred until allBackstack.CompletionListener
s are notified.