fix: Fix a weird interaction when switching back to the anime list

This commit is contained in:
2026-07-25 23:05:16 +02:00
parent 0e61f9f757
commit 60c09fcffd
4 changed files with 30 additions and 4 deletions

View File

@@ -236,7 +236,7 @@ class AnimeListPageState extends State<AnimeListPage> {
context.read<DetailsBloc>().add(
MangaDetailsRequestedEvent(
manga,
heroImagePrefix: 'grid_'
heroImagePrefix: 'grid_',
),
);
},