fix: Fix a weird interaction when switching back to the anime list
This commit is contained in:
@@ -236,7 +236,7 @@ class AnimeListPageState extends State<AnimeListPage> {
|
||||
context.read<DetailsBloc>().add(
|
||||
MangaDetailsRequestedEvent(
|
||||
manga,
|
||||
heroImagePrefix: 'grid_'
|
||||
heroImagePrefix: 'grid_',
|
||||
),
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user