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;