Skip to content

Commit

Permalink
feat: Closing edit cover bottom sheet when editing existing cover.
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-bak committed Feb 10, 2025
1 parent 9cc9343 commit ece7835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/add_book_screen/widgets/cover_view_edit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class _CoverViewEditState extends State<CoverViewEdit> {

void _editCurrentCover(BuildContext context) async {
_setCoverLoading(true);
Navigator.of(context).pop();

final cover = context.read<EditBookCoverCubit>().state;

Expand Down

0 comments on commit ece7835

Please sign in to comment.