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

Commit fe044e8a authored by Tomasz Mikolajewski's avatar Tomasz Mikolajewski Committed by android-build-merger
Browse files

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

am: 5de2d78a

Change-Id: I7f953bca804bf3dcce72c82bc371a4409fef2fbf
parents a8499c81 5de2d78a
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() {