1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-09-30 08:22:24 +00:00

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

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;