This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
Route store not trimming backable routes #804
Labels
defect
Issue describes a defect that negatively impacts use.
effort-M
Expected to take a week for engineering to complete.
priority-P2
Steps to reproduce
DeleteConfirmationDialog
This is also reproducible when navigating back and forth from the item list to the hamburger menu and back again. The back button shouldn't open the menus.
Expected behavior
The
RouteStore
subscribes to all of theRouteActions
that are dispatched, and trims the actions that are not relevant (dialogs, menus, etc):Actual behavior
This
.trim { ... }
does not seem to be happening.Device & build information
[Elise]
Notes
Attachments:The text was updated successfully, but these errors were encountered: