Skip to content

Commit

Permalink
minor onboarding navigation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmohsin7 committed Sep 17, 2024
1 parent c7ff072 commit 10ce9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/pages/onboarding/wrapper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class _OnboardingWrapperState extends State<OnboardingWrapper> with TickerProvid
SpeechProfileWidget(
goNext: () {
if (context.read<SpeechProfileProvider>().memory == null) {
_controller!.animateTo(_controller!.index + 2);
routeToPage(context, const HomePageWrapper(), replace: true);
} else {
_goNext();
}
Expand Down

0 comments on commit 10ce9df

Please sign in to comment.