File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
app/src/main/java/com/mapcode/onboarding Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.2.2] ( https://github.com/mapcode-foundation/mapcode-android-app/releases/tag/v1.2.2 )
2+
3+ #### 2022-11-11
4+
5+ - Fix crash when leaving the tutorial.
6+
17## [ 1.2.1] ( https://github.com/mapcode-foundation/mapcode-android-app/releases/tag/v1.2.1 )
28
39#### 2022-11-11
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ import androidx.compose.ui.unit.dp
3636import com.google.accompanist.pager.*
3737import com.mapcode.AppViewModel
3838import com.mapcode.R
39- import com.mapcode.destinations.MapScreenDestination
4039import com.mapcode.theme.*
4140import com.mapcode.util.animateScrollToNextPage
4241import com.mapcode.util.animateScrollToPreviousPage
@@ -60,7 +59,6 @@ fun OnboardingScreen(
6059 onFinishOnboarding = {
6160 viewModel.onFinishOnboarding()
6261 navigator.popBackStack()
63- navigator.navigate(MapScreenDestination .route)
6462 },
6563 layoutType = layoutType
6664 )
You can’t perform that action at this time.
0 commit comments