Merge pull request #25 from Manty-K/master
fix : intro_screen next button clickable
This commit is contained in:
commit
abaebdbdba
@ -31,8 +31,10 @@ class _IntroScreenState extends State<IntroScreen> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void _handleIntroCompletePressed() {
|
void _handleIntroCompletePressed() {
|
||||||
context.go(ScreenPaths.home);
|
if (_currentPage.value == pageData.length - 1) {
|
||||||
settingsLogic.hasCompletedOnboarding.value = true;
|
context.go(ScreenPaths.home);
|
||||||
|
settingsLogic.hasCompletedOnboarding.value = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void _handlePageChanged() {
|
void _handlePageChanged() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user