From 925790fee2d3c092cb7ca20797c7b57eeff40fea Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 20 May 2026 09:33:31 +0000 Subject: Move Saved Tracks to Log tab; restore conditions sheet on back - hideOverlays() now resets bottomSheetBehavior to COLLAPSED/not-hideable, so the conditions sheet reappears correctly when returning from any overlay (previously it stayed hidden after navigating away via the track browser) - Remove btn_saved_tracks from the conditions sheet (layout + click handler) - Add btn_saved_tracks to the Log screen layout and wire it in VoiceLogFragment via MainActivity.showSavedTracks(); tracks live with the log, not with weather https://claude.ai/code/session_01YUbuZNDAoLea4cf9UGQ9qn --- android-app/app/src/main/res/layout/fragment_voice_log.xml | 9 +++++++++ .../app/src/main/res/layout/layout_instruments_sheet.xml | 14 -------------- 2 files changed, 9 insertions(+), 14 deletions(-) (limited to 'android-app/app/src/main/res') diff --git a/android-app/app/src/main/res/layout/fragment_voice_log.xml b/android-app/app/src/main/res/layout/fragment_voice_log.xml index c1275a6..16c3574 100644 --- a/android-app/app/src/main/res/layout/fragment_voice_log.xml +++ b/android-app/app/src/main/res/layout/fragment_voice_log.xml @@ -153,4 +153,13 @@ android:layout_height="60dp" android:text="GENERATE TRIP REPORT" /> + + diff --git a/android-app/app/src/main/res/layout/layout_instruments_sheet.xml b/android-app/app/src/main/res/layout/layout_instruments_sheet.xml index f8dc365..31c445e 100644 --- a/android-app/app/src/main/res/layout/layout_instruments_sheet.xml +++ b/android-app/app/src/main/res/layout/layout_instruments_sheet.xml @@ -339,19 +339,5 @@ - - -- cgit v1.2.3