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

Co-authored-by: Tobi <TobiGr@users.noreply.github.com>
This commit is contained in:
Stypox 2024-04-23 18:39:56 +02:00 committed by GitHub
parent caa3812e13
commit b8daf16b92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -42,7 +42,10 @@ public class StoredDirectoryHelper {
private Path ioTree;
private DocumentFile docTree;
// will be `null` for non-SAF files, i.e. files that use `ioTree`
/**
* Context is `null` for non-SAF files, i.e. files that use `ioTree`.
*/
@Nullable
private Context context;
private final String tag;