lndr-mobile
lndr-mobile copied to clipboard
Actions contain toast dispatches
There are several instances where we are dispatching messages from the actions themselves. This works but it would be better if we move the control to the view layer instead for more fine tune control. In these actions, if there was an error I wanted to override, I couldn't do it without modify the actions in a very awkward fashion.