Fix lock button after download or upload

This commit is contained in:
J-Jamet
2020-08-24 22:52:12 +02:00
parent 2be00aca9d
commit 1719887e55

View File

@@ -345,6 +345,7 @@ class AttachmentFileNotificationService: LockNotificationService() {
downloadProgression = 100 downloadProgression = 100
} }
listener?.onUpdate(attachmentNotification) listener?.onUpdate(attachmentNotification)
TimeoutHelper.releaseTemporarilyDisableTimeout()
} }
} }