summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/res/drawable/ic_map.xml
diff options
context:
space:
mode:
authorClaude <noreply@anthropic.com>2026-05-15 20:11:41 +0000
committerClaude <noreply@anthropic.com>2026-05-15 21:25:53 +0000
commit555483b7248b0cb75bb9ed83b47880349f0c6ee0 (patch)
tree8cfcd3355f765dc046f6fe48b076df6c79a21a1f /android-app/app/src/main/res/drawable/ic_map.xml
parentbf4658ea210ad941772cd2d9626b66588dde35dc (diff)
fix: saved tracks overlay, GPX file handler, nav import
Saved tracks overlay was immediately hidden after showing because bottomNav.selectedItemId = nav_map fires the nav item listener, which calls hideOverlays(). Removed that line — the map tab is already selected when the instrument sheet is open. GPX file handler: - Manifest: intent-filter for application/gpx+xml + singleTop launch mode so onNewIntent is called when app is already running - MainActivity: handleIncomingGpx() called from onCreate + onNewIntent; parses the URI on IO dispatcher and hands points to ViewModel - MainViewModel: addImportedTrack() prepends parsed points to pastTracks and savedTracks state flows (displayed in session only, not persisted) https://claude.ai/code/session_01DNjbYxiC1cco83dArNGW3G
Diffstat (limited to 'android-app/app/src/main/res/drawable/ic_map.xml')
0 files changed, 0 insertions, 0 deletions