feat: show URL tooltip on long-press of unsubscribe chip (#294) (#295)

This commit was merged in pull request #295.
This commit is contained in:
Bot of Thomas Güttler
2026-05-27 21:02:30 +02:00
parent 5ddfe68467
commit 14f64cd2a5
3 changed files with 47 additions and 4 deletions
+2
View File
@@ -588,6 +588,7 @@ Email testEmail({
bool isSeen = false,
bool isFlagged = false,
bool hasAttachment = false,
String? listUnsubscribeHeader,
}) =>
Email(
id: id,
@@ -603,6 +604,7 @@ Email testEmail({
isSeen: isSeen,
isFlagged: isFlagged,
hasAttachment: hasAttachment,
listUnsubscribeHeader: listUnsubscribeHeader,
);
class FakeSearchHistoryRepository implements SearchHistoryRepository {