Commit 9cb9c600 authored by Dio Maulana's avatar Dio Maulana

back to onboarding when complete absent

parent 941b3744
...@@ -45,7 +45,7 @@ class AbsentSuccessView extends StatelessWidget { ...@@ -45,7 +45,7 @@ class AbsentSuccessView extends StatelessWidget {
onTap: () { onTap: () {
Navigator.pushNamedAndRemoveUntil( Navigator.pushNamedAndRemoveUntil(
context, context,
Routes.home, Routes.onBoarding,
(route) => false, (route) => false,
); );
}, },
...@@ -193,7 +193,7 @@ Sukses''', ...@@ -193,7 +193,7 @@ Sukses''',
onTap: () { onTap: () {
Navigator.pushNamedAndRemoveUntil( Navigator.pushNamedAndRemoveUntil(
context, context,
Routes.home, Routes.onBoarding,
(route) => false, (route) => false,
); );
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment