Sep 3, 2018 · 1 min read
I have been reading code and playing with the demo app of your repo and I have found an important issue for our purposes. With current implementation, if the app is opened, let’s say using a deeplink from an email client, directly to the user repo detail, there is no back stack, thus pressing the back button leads the user again to the mail client app instead of going to the parent activity. Do you have any thougths to solve this scenario?
