Simple Stack 2.6.5
Simple-Stack 2.6.5 (2022-11-11)
-
FIX:
Backstack.CompletionListeneradded toBackstackthat 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.Activatedevents), so that navigation actions invoked onBackstackare
deferred until allBackstack.CompletionListeners are notified.