Merge pull request 'Fixed login bug after logout' (#49) from login_bug_notify into main

Reviewed-on: https://repo.ravanertebat.com/TM/tm_app/pulls/49
This commit is contained in:
a.ghabeli
2025-08-19 08:10:34 +03:30
3 changed files with 38 additions and 17 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ class _MobileProfilePageState extends State<MobileProfilePage> {
// ),
SizedBox(height: 24.0.h()),
InkWell(
onTap: () => viewModel.logout(),
onTap: () => viewModel.logout(context),
child: Container(
width: double.infinity,
height: 45.0.h(),