Skip to content

Instantly share code, notes, and snippets.

@abbas-oveissi
Created November 26, 2019 08:15
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 abbas-oveissi/e6e268c73bbad2bf349dbe293cd1e121 to your computer and use it in GitHub Desktop.
Save abbas-oveissi/e6e268c73bbad2bf349dbe293cd1e121 to your computer and use it in GitHub Desktop.
@Override
protected void onActivityResult(int requestCode, int resultCode, @Nullable Intent data) {
super.onActivityResult(requestCode, resultCode, data);
mHelper.handleActivityResult(requestCode, resultCode, data);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment