Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit a0401da8 authored by Michael Bestas's avatar Michael Bestas
Browse files

Revert "Gallery2: Edit picture during mount SD"

This reverts commit 9fca0916.

Change-Id: I1735769c4e21aae72dc308e24dc90d99e557952e
parent 42016dc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -264,7 +264,7 @@ public class SaveImage {
        if (mimeType == null) {
            mimeType = ImageLoader.getMimeType(mSelectedImageUri);
        }
        if (ImageLoader.JPEG_MIME_TYPE.equals(mimeType)) {
        if (mimeType.equals(ImageLoader.JPEG_MIME_TYPE)) {
            InputStream inStream = null;
            try {
                inStream = mContext.getContentResolver().openInputStream(source);