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
Current implementation depends on configuration resulting in dialog being the last one on the stack, and calling router.popBackStack() in DialogRoutingAction.
In most cases this is fine enough. However, there can be cases where this assumption isn't correct, resulting in unpredictable behaviour.
This can be improved by:
Passing info about specific configuration this dialog was created for. This needs to consider there can be repeated instances across the stack in different positions.
Creating back stack operation to remove a specific configuration from the stack
The text was updated successfully, but these errors were encountered:
Current implementation depends on configuration resulting in dialog being the last one on the stack, and calling
router.popBackStack()
inDialogRoutingAction
.In most cases this is fine enough. However, there can be cases where this assumption isn't correct, resulting in unpredictable behaviour.
This can be improved by:
The text was updated successfully, but these errors were encountered: