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

Commit 7c208410 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

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

* commit '609d79a0':
  Handle nested folder case
parents c1b3d213 609d79a0
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());
                }