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

Commit 609d79a0 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am c02bbfb3: am 9fae2ecc: Merge "Handle nested folder case"

* commit 'c02bbfb3':
  Handle nested folder case
parents 53d99836 c02bbfb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -499,7 +499,7 @@ public class DownloadManager {
                            " already exists and is not a directory");
                }
            } else {
                if (!file.mkdir()) {
                if (!file.mkdirs()) {
                    throw new IllegalStateException("Unable to create directory: "+
                            file.getAbsolutePath());
                }