diff --git a/app/lib/bloc/list_sharing.dart b/app/lib/bloc/list_sharing.dart index 1d908f26..492f2918 100644 --- a/app/lib/bloc/list_sharing.dart +++ b/app/lib/bloc/list_sharing.dart @@ -344,7 +344,7 @@ class ListSharingBloc extends Bloc { return null; } if (ev.account.roots - .every((r) => r.isNotEmpty && !s.path.startsWith("/$r/"))) { + .every((r) => r.isNotEmpty && !s.path.startsWith("$r/"))) { // ignore files not under root dirs return null; }