I am animating a TextView
but I hit a very weird issue.
I have activity A (first screen of my app) and Activity B(second screen of my app)
Activity A has noHistory
flag set to true, means when I press Back on Activity B, it just exits the app.
But now I did set some animation on TextView
in Activity B, When I press back now it goes to Activity A whereas it should have exited the app just like the scenario before animation TextView
.
Not sure what is going on. Any help will be highly appreciated.
Thanks.