Hello team,
I am stuck with an issue, hope to find it's solution here.
where on clicking applink user gets redirected to desire page of our application..but after back press app goes to background and on opening app from background it's again redirects to last page where it got redirected via applink.
Tried clearing intent but it's not helpful
it's a compose an application.. splash activity receives applink data in intent.data.geturl and then after parsing data it passes data to home activity and in home activity navigation controller is there it navigates to second bottom navigation tab and
Backpress from there it navigates to first tab then backpress from there it finishes home activity(app requirement )
and app goes in background.
And then opening app from background (home activity oncreate gets called with saved bundle null but intent extra with link)
.. it lands on last applink redirected page again.
not kotlin but kotlin colored 1