fixed login bug
This commit is contained in:
@@ -135,7 +135,7 @@ class _MobileProfilePageState extends State<MobileProfilePage> {
|
||||
SizedBox(height: 24.0.h()),
|
||||
Spacer(),
|
||||
InkWell(
|
||||
onTap: () => viewModel.logout(context),
|
||||
onTap: () => viewModel.logout(),
|
||||
child: Container(
|
||||
width: double.infinity,
|
||||
height: 56.0.h(),
|
||||
|
||||
Reference in New Issue
Block a user