[mob][photos]

Remove commented out code
This commit is contained in:
ashilkn 2024-05-30 21:58:36 +05:30
parent a830e42ead
commit f14f973a61

View File

@ -194,13 +194,6 @@ class MapAttributionWidgetState extends State<MapAttributionWidget> {
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);