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

Unverified Commit b6968bbd authored by tobiasKaminsky's avatar tobiasKaminsky
Browse files

set true if folder already exists

parent 75ee20c0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -86,6 +86,8 @@ public class Log_OC {
        if (!mFolder.exists()) {
            isFolderCreated = mFolder.mkdirs();
            Log.d(TAG, "Log folder created at: " + mNextcloudDataFolderLog);
        } else {
            isFolderCreated = true;
        }

        try {