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 {
onTap: () {
Navigator.pushNamedAndRemoveUntil(
context,
Routes.home,
Routes.onBoarding,
(route) => false,
);
},
......@@ -193,7 +193,7 @@ Sukses''',
onTap: () {
Navigator.pushNamedAndRemoveUntil(
context,
Routes.home,
Routes.onBoarding,
(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