mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-22 10:15:16 +01: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:
parent
caa3812e13
commit
b8daf16b92
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user