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

Commit 5de2d78a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disallow opening archives in archives." into arc-apps

parents 52db318c 7ad3f9af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -264,7 +264,7 @@ public class DocumentInfo implements Durable, Parcelable {
    }

    public boolean isContainer() {
        return isDirectory() || isArchive();
        return isDirectory() || (isArchive() && !isInArchive());
    }

    public boolean isVirtual() {