mirror of
https://github.com/ente-io/ente.git
synced 2025-08-07 23:18:10 +00:00
[mob][photos]
Remove commented out code
This commit is contained in:
parent
a830e42ead
commit
f14f973a61
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user