add @NotNull
This commit is contained in:
parent
7f127ba52a
commit
6fa72e4a52
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ public class FilePickerActivityHelper extends com.nononsenseapps.filepicker.File
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected boolean isItemVisible(File file) {
|
protected boolean isItemVisible(@NonNull File file) {
|
||||||
if (file.isDirectory() && file.isHidden()) return true;
|
if (file.isDirectory() && file.isHidden()) return true;
|
||||||
return super.isItemVisible(file);
|
return super.isItemVisible(file);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue