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
+
1
7
## [ 1.2.1] ( https://github.com/mapcode-foundation/mapcode-android-app/releases/tag/v1.2.1 )
2
8
3
9
#### 2022-11-11
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ import androidx.compose.ui.unit.dp
36
36
import com.google.accompanist.pager.*
37
37
import com.mapcode.AppViewModel
38
38
import com.mapcode.R
39
- import com.mapcode.destinations.MapScreenDestination
40
39
import com.mapcode.theme.*
41
40
import com.mapcode.util.animateScrollToNextPage
42
41
import com.mapcode.util.animateScrollToPreviousPage
@@ -60,7 +59,6 @@ fun OnboardingScreen(
60
59
onFinishOnboarding = {
61
60
viewModel.onFinishOnboarding()
62
61
navigator.popBackStack()
63
- navigator.navigate(MapScreenDestination .route)
64
62
},
65
63
layoutType = layoutType
66
64
)
You can’t perform that action at this time.
0 commit comments