AppCompatActivity onBackPressed() method fails to trigger in my activity.
I see the back arrow button and get the animation when pressing it, but nothing else happens. a
This is what you need to add
@Override public void onBackPressed() { finish(); }