Skip to content

Commit b8daf16

Browse files
StypoxTobiGr
andauthored
Update app/src/main/java/org/schabi/newpipe/streams/io/StoredDirectoryHelper.java
Co-authored-by: Tobi <TobiGr@users.noreply.github.com>
1 parent caa3812 commit b8daf16

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/streams/io/StoredDirectoryHelper.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ public class StoredDirectoryHelper {
4242
private Path ioTree;
4343
private DocumentFile docTree;
4444

45-
// will be `null` for non-SAF files, i.e. files that use `ioTree`
45+
/**
46+
* Context is `null` for non-SAF files, i.e. files that use `ioTree`.
47+
*/
48+
@Nullable
4649
private Context context;
4750

4851
private final String tag;

0 commit comments

Comments
 (0)