Skip to content

Commit

Permalink
fix: semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
daadu committed Sep 4, 2023
1 parent 1e2c25d commit 21551d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public boolean onActivityResult(int requestCode, int resultCode, Intent data) {
if (requestCode == ACTIVITY_RESULT_REQUEST_CODE_ADD_NETWORKS) {
result.success(resultCode == Acitivity.RESULT_OK);
}
resultMap.remove(requestCode)
resultMap.remove(requestCode);
return true;
}
}
Expand Down

0 comments on commit 21551d1

Please sign in to comment.