Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -185,7 +185,7 @@ class AccountSettingCNView extends GetView<MyController> { | @@ -185,7 +185,7 @@ class AccountSettingCNView extends GetView<MyController> { | ||
| 185 | await Get.find<UserStateService>().onLogout(); | 185 | await Get.find<UserStateService>().onLogout(); |
| 186 | }); | 186 | }); |
| 187 | 187 | ||
| 188 | - AppToast.show(l10n.loggedOutSuccessfully); | 188 | + // AppToast.show(l10n.loggedOutSuccessfully); |
| 189 | Get.offAllNamed(AppRoutes.login); | 189 | Get.offAllNamed(AppRoutes.login); |
| 190 | } | 190 | } |
| 191 | 191 |
| @@ -173,7 +173,7 @@ class AccountSettingView extends GetView<MyController> { | @@ -173,7 +173,7 @@ class AccountSettingView extends GetView<MyController> { | ||
| 173 | await Get.find<UserStateService>().onLogout(); | 173 | await Get.find<UserStateService>().onLogout(); |
| 174 | }); | 174 | }); |
| 175 | 175 | ||
| 176 | - AppToast.show(l10n.loggedOutSuccessfully); | 176 | + // AppToast.show(l10n.loggedOutSuccessfully); |
| 177 | Get.offAllNamed(AppRoutes.login); | 177 | Get.offAllNamed(AppRoutes.login); |
| 178 | } | 178 | } |
| 179 | 179 |
-
Please register or login to post a comment