Skip to content

Commit

Permalink
fix(#59): corrige navegação
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCostaDeOliveira committed Dec 20, 2024
1 parent 4a486ea commit e76b3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/welcome/view/WelcomeView.dart
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class _WelcomeViewState extends State<WelcomeView> {
return SingleChildScrollView(
child: GestureDetector(
onTap: () => {
Navigator.of(context).push(
Navigator.of(context).pushReplacement(
MaterialPageRoute(
builder: (context) => const OnboardingView(),
),
Expand Down

0 comments on commit e76b3f4

Please sign in to comment.