E2E Fix integration test Twake Mail v0.18.4
E2E Fix integration test Twake Mail v0.18.4
This commit is contained in:
+1
@@ -20,6 +20,7 @@ extension HandleSelectMessageFilterExtension on ThreadController {
|
||||
selectedOption,
|
||||
AppLocalizations.of(context),
|
||||
imagePaths,
|
||||
key: '${filter.name}_filter',
|
||||
);
|
||||
}).toList();
|
||||
|
||||
|
||||
+3
-2
@@ -12,8 +12,9 @@ class ContextItemFilterMessageOptionAction
|
||||
super.action,
|
||||
super.selectedAction,
|
||||
this.appLocalizations,
|
||||
this.imagePaths,
|
||||
);
|
||||
this.imagePaths, {
|
||||
super.key,
|
||||
});
|
||||
|
||||
@override
|
||||
String get actionIcon => action.getContextMenuIcon(imagePaths);
|
||||
|
||||
Reference in New Issue
Block a user