fix: Searching for Manga
This commit is contained in:
@@ -253,7 +253,8 @@ class AnimeListPageState extends State<AnimeListPage> {
|
|||||||
),
|
),
|
||||||
floatingActionButton: BlocBuilder<AnimeListBloc, AnimeListState>(
|
floatingActionButton: BlocBuilder<AnimeListBloc, AnimeListState>(
|
||||||
buildWhen: (prev, next) =>
|
buildWhen: (prev, next) =>
|
||||||
prev.buttonVisibility != next.buttonVisibility,
|
prev.buttonVisibility != next.buttonVisibility ||
|
||||||
|
prev.trackingType != next.trackingType,
|
||||||
builder: (context, state) {
|
builder: (context, state) {
|
||||||
return AnimatedScale(
|
return AnimatedScale(
|
||||||
duration: const Duration(milliseconds: 250),
|
duration: const Duration(milliseconds: 250),
|
||||||
|
|||||||
Reference in New Issue
Block a user