We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5630e0 commit 14a7e8fCopy full SHA for 14a7e8f
app/src/main/java/com/example/vehicleinfocheck/ImageActivity.java
@@ -262,10 +262,6 @@ private File createImageFile() throws IOException {
262
currentPhotoPath = image.getAbsolutePath();//using AbsolutePath of image ,image can be displayed in imageview
263
return image;
264
}
265
- currentPhotoPath = image.getAbsolutePath();
266
- return image;
267
- }
268
-
269
//this method opens the camera and save our image file into the directory
270
private void dispatchTakePictureIntent() {
271
Intent takePictureIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
0 commit comments