Browse Source

refactor(neon_files): Adjust

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

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

@ -142,7 +142,7 @@ class FilesBloc extends InteractiveBloc implements FilesBlocEvents, FilesBlocSta
() async {
final file = File(
p.join(
await NeonPlatform.instance.userAccessibleAppDataPath,
await NeonPlatform.instance.userAccessibleAppDataPath ?? '',
account.humanReadableID,
'files',
path.join(Platform.pathSeparator),

Loading…
Cancel
Save