Skip to content

Commit

Permalink
fixup! TF-3332 Prevent refresh when switching mailbox
Browse files Browse the repository at this point in the history
  • Loading branch information
tddang-linagora authored and hoangdat committed Dec 24, 2024
1 parent 39b8f66 commit 63b1b48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ void main() {
emailFilter: anyNamed('emailFilter'),
propertiesCreated: anyNamed('propertiesCreated'),
propertiesUpdated: anyNamed('propertiesUpdated'),
getLatestChanges: anyNamed('getLatestChanges'),
getLatestChanges: false,
));

// assert
Expand Down

0 comments on commit 63b1b48

Please sign in to comment.