mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-26 01:50:32 +00:00
add @NotNull
This commit is contained in:
parent
7f127ba52a
commit
6fa72e4a52
@ -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 New Issue
Block a user