Skip to content

Commit

Permalink
feat(preview cubit): emit preview unavailable for non-file entities P…
Browse files Browse the repository at this point in the history
…E-4930
  • Loading branch information
matibat committed Nov 2, 2023
1 parent 1199b47 commit d547745
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/blocs/fs_entry_preview/fs_entry_preview_cubit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ class FsEntryPreviewCubit extends Cubit<FsEntryPreviewState> {
}
}
});
} else {
emit(FsEntryPreviewUnavailable());
}
} else {
emit(FsEntryPreviewUnavailable());
Expand Down

0 comments on commit d547745

Please sign in to comment.