fix: assets local history
This commit is contained in:
@@ -90,7 +90,7 @@ class _LoginViewState extends State<LoginView> {
|
||||
currentPage++;
|
||||
pageController.jumpToPage(1);
|
||||
} else {
|
||||
routePush(context, page: RiskProfileView());
|
||||
routePush(context, page: BottomNavigationView());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -111,10 +111,6 @@ class PhoneNumberView extends StatelessWidget {
|
||||
)
|
||||
],
|
||||
),
|
||||
NumericPad(
|
||||
onNumberSelected: (p0) {
|
||||
},
|
||||
)
|
||||
],
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user