Hello!
I have made custom list route for showing some selected gmail threads from database.
When I make changes on that threads list, I can't refresh that list automatically, but I need to click on "reload messages" button manually to see the changes.
I tried with goto() method, but routeId is the same, so nothing happens.
Is there a way to do that automatically (something like refresh() method in ListRouteView) ?
Thank you!