Browse Source

refactor(neon_files): Adjust

Signed-off-by: jld3103 <jld3103yt@gmail.com>
pull/563/head
jld3103 1 year ago
parent
commit
d7244ab2a5
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 2
      packages/neon/neon_files/lib/blocs/browser.dart

2
packages/neon/neon_files/lib/blocs/browser.dart

@ -54,7 +54,7 @@ class FilesBrowserBloc extends InteractiveBloc implements FilesBrowserBlocEvents
ocsize: true,
ocfavorite: true,
),
depth: '1',
depth: WebDavDepth.one,
),
(final response) => response.toWebDavFiles().sublist(1),
emitEmptyCache: true,

Loading…
Cancel
Save