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