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

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

Merge "Add summary field in inspector" into arc-apps

parents 8029373f a999abbc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -73,5 +73,9 @@ public class DetailsView extends TableView implements Consumer<DocumentInfo> {
        if(info.numberOfChildren != -1) {
            setRow(R.string.directory_children, String.valueOf(info.numberOfChildren));
        }

        if (info.summary != null) {
            setRow(R.string.sort_dimension_summary, info.summary);
        }
    }
}
 No newline at end of file