Skip to content

Commit

Permalink
Call super's onActivityResult
Browse files Browse the repository at this point in the history
Follow up 0a9f1a8.
  • Loading branch information
Goooler committed Sep 7, 2023
1 parent c2aa8a3 commit bbd6334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/android/launcher3/Launcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,7 @@ public void run() {
@Override
public void onActivityResult(
final int requestCode, final int resultCode, final Intent data) {
super.onActivityResult(requestCode, resultCode, data);
mPendingActivityRequestCode = -1;
handleActivityResult(requestCode, resultCode, data);
}
Expand Down

0 comments on commit bbd6334

Please sign in to comment.