Skip to content

Instantly share code, notes, and snippets.

@extmkv
Created March 8, 2018 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save extmkv/8227172e140c25c99f8693c717b59718 to your computer and use it in GitHub Desktop.
Save extmkv/8227172e140c25c99f8693c717b59718 to your computer and use it in GitHub Desktop.
public class FragmentA extends Fragment implements OnBackPressedListener {
...
@Override
public boolean onBackPressed() {
// Do what you want here! If you return true the activity will not process the OnBackPressed
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment