Bugfixes, finished filter rework

This commit is contained in:
Anton Stubenbord
2022-12-14 00:53:42 +01:00
parent 3dc590baa2
commit f001059401
20 changed files with 566 additions and 804 deletions

View File

@@ -216,7 +216,7 @@ class _InboxPageState extends State<InboxPage> {
showSnackBar(
context,
S.of(context).inboxPageDocumentRemovedMessageText,
action: SnackBarAction(
action: SnackBarActionConfig(
label: S.of(context).inboxPageUndoRemoveText,
onPressed: () => _onUndoMarkAsSeen(doc, removedTags),
),