mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-08 16:07:52 -06:00
Fixed visual bugs, added notifications on document upload success, enabled editing in inbox, added hints
This commit is contained in:
@@ -91,15 +91,16 @@ class LocalNotificationService {
|
||||
progress: progress,
|
||||
actions: status == TaskStatus.success
|
||||
? [
|
||||
AndroidNotificationAction(
|
||||
NotificationResponseAction.openCreatedDocument.name,
|
||||
"Open",
|
||||
showsUserInterface: true,
|
||||
),
|
||||
AndroidNotificationAction(
|
||||
NotificationResponseAction.acknowledgeCreatedDocument.name,
|
||||
"Acknowledge",
|
||||
),
|
||||
//TODO: Implement once moved to new routing
|
||||
// AndroidNotificationAction(
|
||||
// NotificationResponseAction.openCreatedDocument.name,
|
||||
// "Open",
|
||||
// showsUserInterface: true,
|
||||
// ),
|
||||
// AndroidNotificationAction(
|
||||
// NotificationResponseAction.acknowledgeCreatedDocument.name,
|
||||
// "Acknowledge",
|
||||
// ),
|
||||
]
|
||||
: [],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user