TF-1869: Double check email have been duplicated and remove it
(cherry picked from commit d1d448502228633554ea6eeb9a4bb9c98f849b18)
This commit is contained in:
@@ -6,5 +6,5 @@ import 'package:tmail_ui_user/features/offline_mode/model/detailed_email_hive_ca
|
||||
class DetailedEmailHiveCacheClient extends HiveCacheClient<DetailedEmailHiveCache> {
|
||||
|
||||
@override
|
||||
String get tableName => CachingConstants.detailedEmailCacheBoxName;
|
||||
String get tableName => CachingConstants.incomingEmailedCacheBoxName;
|
||||
}
|
||||
@@ -19,8 +19,8 @@ class CachingConstants {
|
||||
static const int DETAILED_EMAIL_HIVE_CACHE_ID = 17;
|
||||
|
||||
static const String fcmCacheBoxName = 'fcm_cache_box';
|
||||
static const String detailedEmailCacheBoxName = 'detailed_email_cache_box';
|
||||
static const String newEmailContentFolderName = 'new_email';
|
||||
static const String incomingEmailedCacheBoxName = 'incoming_emailed_cache_box';
|
||||
static const String incomingEmailedContentFolderName = 'incoming_emailed';
|
||||
static const String openedEmailContentFolderName = 'opened_email';
|
||||
static const String openedEmailCacheBoxName = 'opened_email_cache_box';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user