mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-07 18:07:44 -06:00
Bugfixes, finished filter rework
This commit is contained in:
@@ -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),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user