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

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

Merge "Update FLAG_DIR_BLOCK_TREE to FLAG_DIR_BLOCKS_OPEN_DOCUMENT_TREE"

parents ae5ed3a4 68e7b1bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -291,7 +291,7 @@ public class DocumentInfo implements Durable, Parcelable {
    }

    public boolean isBlockedFromTree() {
        return (flags & Document.FLAG_DIR_BLOCKS_TREE) != 0;
        return (flags & Document.FLAG_DIR_BLOCKS_OPEN_DOCUMENT_TREE) != 0;
    }

    // Containers are documents which can be opened in DocumentsUI as folders.