kopia lustrzana https://github.com/TeamNewPipe/NewPipe
Annotate StoredFileHelper.createSAF() as NonNull
rodzic
7e3b3453c0
commit
f583dd47ac
|
@ -354,7 +354,9 @@ public class StoredFileHelper implements Serializable {
|
|||
}
|
||||
}
|
||||
|
||||
private DocumentFile createSAF(@Nullable Context context, String mime, String filename) throws IOException {
|
||||
@NonNull
|
||||
private DocumentFile createSAF(@Nullable Context context, String mime, String filename)
|
||||
throws IOException {
|
||||
DocumentFile res = StoredDirectoryHelper.findFileSAFHelper(context, docTree, filename);
|
||||
|
||||
if (res != null && res.exists() && res.isDirectory()) {
|
||||
|
|
Ładowanie…
Reference in New Issue