Closed rjrjr closed 7 years ago
Test is ugly in one respect: it creates a new instance of the activity. Worth fixing? I suppose I could make the activity single instance, but that's not really required.
Ideally we'd test both getting an intent to an existing activity and creating a new activity with an intent, since those code paths are so damn different. Maybe I should make two activities with different manifests.
Cool, if I make the activity singleInstance your built in intent handling breaks. Investigating.
Fixed, moar tests.
LG!
https://github.com/square/flow/issues/180