From a4491350079c010853cc9352c5e72456a4875ee2 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Sun, 1 Nov 2020 10:58:08 +0900 Subject: [PATCH] info: fixed ticker misuse --- lib/widgets/fullscreen/info/location_section.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/fullscreen/info/location_section.dart b/lib/widgets/fullscreen/info/location_section.dart index 732e63759..c1c98445a 100644 --- a/lib/widgets/fullscreen/info/location_section.dart +++ b/lib/widgets/fullscreen/info/location_section.dart @@ -33,7 +33,7 @@ class LocationSection extends StatefulWidget { _LocationSectionState createState() => _LocationSectionState(); } -class _LocationSectionState extends State with SingleTickerProviderStateMixin { +class _LocationSectionState extends State with TickerProviderStateMixin { String _loadedUri; static const extent = 48.0;