Skip to content

Commit

Permalink
fix pipeline failure
Browse files Browse the repository at this point in the history
  • Loading branch information
shannah committed Jan 20, 2024
1 parent 3934e3e commit d970870
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,7 @@ public void run() {
}

protected void onActivityResult(int requestCode, int resultCode, Intent data) {
if (this instanceof android.support.v7.app.AppCompatActivity) {
super.onActivityResult(requestCode, resultCode, data);
}
super.onActivityResult(requestCode, resultCode, data);
IntentResult response = new IntentResult(requestCode, resultCode, data);
intentResult.add(response);
}
Expand Down

0 comments on commit d970870

Please sign in to comment.