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

Commit b03f0890 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge remote-tracking branch 'origin/lineage-20.0' into v1-t

parents 778b44e6 0745df0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -546,7 +546,7 @@ public class CropActivity extends Activity {
                Utils.closeSilently(mInStream);
                if (mOutUri != null) {
                    try {
                        mOutStream = getContentResolver().openOutputStream(mOutUri);
                        mOutStream = getContentResolver().openOutputStream(mOutUri, "wt");
                    } catch (FileNotFoundException e) {
                        Log.w(LOGTAG, "cannot write file: " + mOutUri.toString(), e);
                    }