mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-10-17 00:17:39 +00:00
add @NotNull
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user