Fix link shared dir can't be opened

This commit is contained in:
Ming Ming 2023-05-17 01:05:57 +08:00
parent 929f282098
commit b9aea0c208

View file

@ -304,6 +304,7 @@ class ListSharingBloc extends Bloc<ListSharingBlocEvent, ListSharingBlocState> {
s, s,
File( File(
path: webdavPath, path: webdavPath,
fileId: s.itemSource,
isCollection: true, isCollection: true,
), ),
); );