wealthfront / magellan

The simplest navigation library for Android.
Apache License 2.0
677 stars 71 forks source link

[AP-3542] Support passing in custom shownScope #228

Closed cmathew closed 2 years ago

cmathew commented 2 years ago

this could be useful in integration test settings, where we're interested in using a Test Dispatcher

cmathew commented 2 years ago

TODO Verify locally that the change affects integration tests in the desired way Update: I didn't consider that non-Main dispatchers would be unable to manipulate UI. I now believe it's not useful to support swapping out ShownScope