Skip to content

Commit

Permalink
拍摄视频完成后 执行扫描当前文件操作
Browse files Browse the repository at this point in the history
  • Loading branch information
zoubo authored Mar 15, 2018
1 parent a8ce5ff commit dd10f5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ public void onActivityResult(int requestCode, int resultCode, Intent data) {
getActivity().setResult(RESULT_OK, intent);
getActivity().finish();

// captureManager.galleryAddPic();
captureManager.galleryAddPic();
// if (directories.size() > 0) {
// String path = captureManager.getCurrentPhotoPath();
// PhotoDirectory directory = directories.get(INDEX_ALL_PHOTOS);
Expand Down

0 comments on commit dd10f5e

Please sign in to comment.