Skip to content

Commit

Permalink
Folders are hidden for now
Browse files Browse the repository at this point in the history
  • Loading branch information
semweb committed Jul 20, 2014
1 parent 9b618ef commit f6c1e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GreatReader/Folder.m
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ - (void)load
[fm fileExistsAtPath:absPath isDirectory:&isDirectory];
File *file = nil;
if (isDirectory) {
file = [[Folder alloc] initWithPath:absPath];
return (File *)nil;
} else {
file = [self.store documentAtPath:absPath];
}
Expand Down

0 comments on commit f6c1e9d

Please sign in to comment.