You have to override a pending transition just calling after finish();
in this case you have done it to avoid transitions.
finish(); this.overridePendingTransition(R.anim.yoursIn,R.anim.yoursOut);
Order is important.
You have to override a pending transition just calling after finish();
in this case you have done it to avoid transitions.
finish(); this.overridePendingTransition(R.anim.yoursIn,R.anim.yoursOut);
Order is important.
is possible to navigation time while finish()?
You can change your animation timing with in it’s xml file.