TF-381 Apply new UI EmailView for browser

This commit is contained in:
dab246
2022-03-22 13:34:03 +07:00
committed by Dat H. Pham
parent dc35d5e5a0
commit c2f6434686
22 changed files with 300 additions and 256 deletions
@@ -1,3 +1,4 @@
import 'package:flutter/foundation.dart';
import 'package:get/get.dart';
import 'package:tmail_ui_user/features/caching/caching_manager.dart';
import 'package:tmail_ui_user/features/login/domain/usecases/delete_credential_interactor.dart';
@@ -40,7 +41,7 @@ class SessionController extends GetxController {
void _goToLogin() {
_deleteCredential();
_clearAllCache();
if (!kIsWeb) _clearAllCache();
pushAndPop(AppRoutes.LOGIN);
}