minor fix

This commit is contained in:
Thibault Deckers 2023-12-20 18:50:50 +01:00
parent bbc5735ec6
commit e5b4f648a1

View file

@ -51,7 +51,7 @@ class EntryPageView extends StatefulWidget {
State<EntryPageView> createState() => _EntryPageViewState();
}
class _EntryPageViewState extends State<EntryPageView> with SingleTickerProviderStateMixin {
class _EntryPageViewState extends State<EntryPageView> with TickerProviderStateMixin {
late ValueNotifier<ViewState> _viewStateNotifier;
late AvesMagnifierController _magnifierController;
final List<StreamSubscription> _subscriptions = [];