Browse Source

neon_files: Display empty directory instead of last directory if nothing is cached

pull/279/head
jld3103 2 years ago
parent
commit
91b99cdf6e
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 1
      packages/neon/neon_files/lib/blocs/browser.dart

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

@ -56,6 +56,7 @@ class FilesBrowserBloc extends InteractiveBloc implements FilesBrowserBlocEvents
), ),
), ),
(final response) => response.toWebDavFiles(client.webdav), (final response) => response.toWebDavFiles(client.webdav),
emitEmptyCache: true,
); );
} }

Loading…
Cancel
Save