Add wakelock plus package

This commit is contained in:
Janez T
2026-03-16 20:37:04 +01:00
parent 0e3acfa4ca
commit efbddc8831
7 changed files with 128 additions and 13 deletions

View File

@@ -1965,7 +1965,7 @@ class _MapTabState extends State<MapTab> with AutomaticKeepAliveClientMixin {
? _customMapMaxZoom
: _currentLayer.maxZoom,
cameraConstraint: isCustomMapMode
? CameraConstraint.contain(
? CameraConstraint.containCenter(
bounds: customMapConfig.displayBounds,
)
: const CameraConstraint.unconstrained(),