fix: Remove bad interpolation
This commit is contained in:
parent
037fab6409
commit
6d3367c1cc
@ -51,7 +51,7 @@ class CalendarBloc extends Bloc<CalendarEvent, CalendarState> {
|
|||||||
airing = false;
|
airing = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
print('Anime "${anime.title}": airing=${airing}');
|
print('Anime "${anime.title}": airing=$airing');
|
||||||
if (!airing) {
|
if (!airing) {
|
||||||
al.add(
|
al.add(
|
||||||
AnimeUpdatedEvent(
|
AnimeUpdatedEvent(
|
||||||
|
Loading…
Reference in New Issue
Block a user