Skip to content

Commit

Permalink
Merge pull request #1462 from ardriveapp/PE-4930
Browse files Browse the repository at this point in the history
PE-4930: emit preview unavailable for non-file entities
  • Loading branch information
matibat authored Nov 2, 2023
2 parents d84a78f + d547745 commit 748697e
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 748697e

Please sign in to comment.