Stop respecting keyboard for UI layout

This commit is contained in:
stopflock
2025-10-05 00:24:18 -05:00
parent 079448eeeb
commit bbfeda8280
2 changed files with 11 additions and 11 deletions
+7 -10
View File
@@ -525,16 +525,13 @@ class MapViewState extends State<MapView> {
),
// All map overlays (mode indicator, zoom, attribution, add pin)
MediaQuery(
data: MediaQuery.of(context).copyWith(viewInsets: EdgeInsets.zero),
child: MapOverlays(
mapController: _controller.mapController,
uploadMode: appState.uploadMode,
session: session,
editSession: editSession,
attribution: appState.selectedTileType?.attribution,
onSearchPressed: widget.onSearchPressed,
),
MapOverlays(
mapController: _controller.mapController,
uploadMode: appState.uploadMode,
session: session,
editSession: editSession,
attribution: appState.selectedTileType?.attribution,
onSearchPressed: widget.onSearchPressed,
),
// Network status indicator (top-left) - conditionally shown