fix : intro_screen next button clickable
This commit is contained in:
parent
b1f0bed1cc
commit
e2706434fd
@ -31,9 +31,11 @@ class _IntroScreenState extends State<IntroScreen> {
|
||||
}
|
||||
|
||||
void _handleIntroCompletePressed() {
|
||||
if (_currentPage.value == pageData.length - 1) {
|
||||
context.go(ScreenPaths.home);
|
||||
settingsLogic.hasCompletedOnboarding.value = true;
|
||||
}
|
||||
}
|
||||
|
||||
void _handlePageChanged() {
|
||||
int newPage = _pageController.page?.round() ?? 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user