Skip to content

Commit

Permalink
Show select prompt when we fail to obtain bookmark to enumerate direc…
Browse files Browse the repository at this point in the history
…tory contents.
  • Loading branch information
dkocher committed Jan 23, 2019
1 parent a49e6e6 commit f98beb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public void setBookmark(final String data) {
public AttributedList<Local> list(final Filter<String> filter) throws AccessDeniedException {
final NSURL resolved;
try {
resolved = this.lock(false);
resolved = this.lock(true);
final AttributedList<Local> list = super.list(resolved.path(), filter);
this.release(resolved);
return list;
Expand Down

0 comments on commit f98beb4

Please # to comment.