Skip to content

Commit

Permalink
1、增加拍照功能。2、使用Builder的方式调用相册。
Browse files Browse the repository at this point in the history
  • Loading branch information
梁任彦 committed Jun 25, 2018
1 parent 6fe2507 commit ab995be
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.SimpleItemAnimator;
import android.util.Log;
import android.view.KeyEvent;
import android.view.View;
import android.view.Window;
Expand Down Expand Up @@ -465,8 +464,6 @@ protected void onActivityResult(int requestCode, int resultCode, Intent data) {
images.add(mPhotoPath);
setResult(images);
finish();
} else {
Log.e("eee", "拍照取消");
}
}
}
Expand Down

0 comments on commit ab995be

Please sign in to comment.