TF-3881 Thread Detail Bottom sheet close when action
TF-3881 Thread Detail Unsubscribe context menu TF-3881 Thread Detail Update date time format TF-3881 Thread Detail Update sender receiver spacing TF-3881 Thread Detail Add messageId and references to presentation email TF-3881 Thread Detail Filter created email on refresh TF-3881 Thread Detail Fix CI TF-3881 Thread Detail Fix previous action throws out of index TF-3881 Thread Detail Update sender receiver spacing TF-3881 Thread Detail Adjust email actions when expanded TF-3881 Thread Detail Adjust days ago received time TF-3881 Thread Detail Fix debouncer when update setting TF-3881 Thread Detail Adjust days ago received time TF-3881 Thread Detail Adjust email actions when expanded TF-3881 Thread Detail Hide next previous if not in range TF-3881 Thread Detail Arrange more action according to text direction TF-3881 Thread Detail Hide next previous if not in range TF-3881 Thread Detail Fix move email on tablet
This commit is contained in:
@@ -84,12 +84,14 @@ class ThreadDetailController extends BaseController {
|
||||
final additionalProperties = Properties({
|
||||
IndividualHeaderIdentifier.listPostHeader.value,
|
||||
IndividualHeaderIdentifier.listUnsubscribeHeader.value,
|
||||
EmailProperty.references,
|
||||
EmailProperty.messageId,
|
||||
});
|
||||
final cachedEmailLoaded = <EmailId, EmailLoaded>{};
|
||||
late final _threadGetDebouncer = Debouncer<ThreadId?>(
|
||||
const Duration(milliseconds: 500),
|
||||
initialValue: null,
|
||||
checkEquality: true,
|
||||
checkEquality: false,
|
||||
onChanged: (threadId) {
|
||||
if (_validateLoadThread(threadId)) {
|
||||
consumeState(_getEmailIdsByThreadIdInteractor.execute(
|
||||
|
||||
Reference in New Issue
Block a user