Release GPS2Audio v2.7.38 Samsung audio fix

This commit is contained in:
Perplexity Computer
2026-06-22 09:55:44 +00:00
parent 2eeb086481
commit a3382bb0aa
23 changed files with 4914 additions and 1564 deletions
@@ -130,7 +130,8 @@ fun MapScreen(
) {
val allWaypoints by viewModel.waypoints.collectAsState()
val selectedTour by viewModel.selectedTour.collectAsState()
val tourList by viewModel.tourList.collectAsState()
// v2.7.5 — visibleTourList: Standard-Tour in Kartenansicht-Kontext ausblenden
val tourList by viewModel.visibleTourList.collectAsState()
val tourDefaults by viewModel.tourDefaults.collectAsState()
val currentTrack by viewModel.currentTrack.collectAsState()
val isRecording by viewModel.isRecording.collectAsState()