Release GPS2Audio v2.7.38 Samsung audio fix
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user