Skip to content

Commit

Permalink
android 13 cursor.close
Browse files Browse the repository at this point in the history
  • Loading branch information
DmcSDK committed Nov 22, 2023
1 parent 4dec460 commit 59c80c8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ protected void onActivityResult(int requestCode, int resultCode, Intent data) {
Log.e("dmc", "mediaType "+media.mediaType);
Log.e("dmc", "time "+media.time);
selects.add(media);
cursor.close();
}
done(selects);
}
Expand Down

0 comments on commit 59c80c8

Please sign in to comment.