I am launching YouTube with our floating window timer.
when time finishes, I want to come back to the app. Currently I am doing this by startIntent(MainActivity) but it open a fresh app that is an issue, I want to open previous opened fragment.
I used Single Activity Navigation Component Architecture in my App