diff --git a/mobile/lib/ui/map/tile/attribution/map_attribution.dart b/mobile/lib/ui/map/tile/attribution/map_attribution.dart index 524d8b1e5d..7ae8c6bc86 100644 --- a/mobile/lib/ui/map/tile/attribution/map_attribution.dart +++ b/mobile/lib/ui/map/tile/attribution/map_attribution.dart @@ -194,13 +194,6 @@ class MapAttributionWidgetState extends State { context, () { setState(() => popupExpanded = true); - // mapEventSubscription = FlutterMapState.of(context) - // .mapController - // .mapEventStream - // .listen((e) { - // setState(() => popupExpanded = false); - // mapEventSubscription?.cancel(); - // }); mapEventSubscription = MapController().mapEventStream.listen((e) { setState(() => popupExpanded = false);