(android) Success not called in notif channel

This commit is contained in:
Ming Ming 2021-05-09 00:50:39 +08:00
parent 0d5e93072a
commit 0d3728bd5c

View file

@ -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? {