web fixes codes
This commit is contained in:
@@ -38,7 +38,7 @@ class _MobileProfilePageState extends State<MobileProfilePage> {
|
||||
);
|
||||
}
|
||||
if (viewModel.loggedOut) {
|
||||
LoginScreenRoute().go(context);
|
||||
Router.neglect(context, () => LoginScreenRoute().go(context));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -143,6 +143,7 @@ class _MobileProfilePageState extends State<MobileProfilePage> {
|
||||
Spacer(),
|
||||
InkWell(
|
||||
onTap: () => viewModel.logout(),
|
||||
borderRadius: BorderRadius.circular(100),
|
||||
child: Container(
|
||||
width: double.infinity,
|
||||
height: 56.0.h(),
|
||||
|
||||
Reference in New Issue
Block a user