Skip to content

Commit

Permalink
opt
Browse files Browse the repository at this point in the history
  • Loading branch information
heaven7 committed Nov 28, 2019
1 parent 2ea7bd6 commit 34d12b1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ public interface ImagePickComponent extends AppComponentContext {

/**
* often we handle data from activity onActivityResult.
* @param activity the activity
* @param requestCode the request code
* @param resultCode the result code
* @param data the intent data.
*/
void onActivityResult(int requestCode, int resultCode, Intent data);
void onActivityResult(Activity activity, int requestCode, int resultCode, Intent data);

/**
* the callback of pick
Expand Down

0 comments on commit 34d12b1

Please sign in to comment.