Skip to content

Commit

Permalink
fix finish
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnypramadya committed Nov 18, 2019
1 parent 1f75ac7 commit 6009b56
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ public void selectionChanged(List<Image> imageList) {
@Override
public void finishPickImages(Intent result) {
setResult(RESULT_OK, result);
finish();
}

/* --------------------------------------------------- */
Expand Down

0 comments on commit 6009b56

Please sign in to comment.