mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
(android) Success not called in notif channel
This commit is contained in:
parent
0d5e93072a
commit
0d3728bd5c
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ class NotificationChannelHandler(activity: Activity)
|
|||
with(NotificationManagerCompat.from(_context)) {
|
||||
notify(DOWNLOAD_NOTIFICATION_ID, builder.build())
|
||||
}
|
||||
result.success(null)
|
||||
}
|
||||
|
||||
private fun loadNotificationImage(fileUri: Uri): Bitmap? {
|
||||
|
|
Loading…
Reference in a new issue