mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(mobile): map crashes on Android (#10773)
Revert "fix(mobile): upgrade maplibre_gl package to fix issue with crash in ios7.4 above simulator (#10182)"
This reverts commit 99c6fdbc1c.
This commit is contained in:
parent
14d94df1b8
commit
f23401d911
8 changed files with 46 additions and 39 deletions
|
|
@ -6,7 +6,7 @@ import 'package:immich_mobile/models/map/map_marker.model.dart';
|
|||
import 'package:immich_mobile/utils/map_utils.dart';
|
||||
import 'package:maplibre_gl/maplibre_gl.dart';
|
||||
|
||||
extension MapMarkers on MapLibreMapController {
|
||||
extension MapMarkers on MaplibreMapController {
|
||||
static var _completer = Completer()..complete();
|
||||
|
||||
Future<void> addGeoJSONSourceForMarkers(List<MapMarker> markers) async {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue