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

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

am 9fae2ecc: Merge "Handle nested folder case"

* commit '9fae2ecc':
  Handle nested folder case
parents 26c00dec 9fae2ecc
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());
                }