code cleanup
This commit is contained in:
parent
0685dc5d78
commit
05d9e64b86
1 changed files with 3 additions and 1 deletions
|
|
@ -269,10 +269,12 @@ class NotifiableEventResolver @Inject constructor(
|
|||
return fileResult
|
||||
.onFailure {
|
||||
Timber.tag(loggerTag.value).e(it, "Failed to download image for notification")
|
||||
}.getOrNull()?.let { mediaFile ->
|
||||
}
|
||||
.map { mediaFile ->
|
||||
val authority = "${context.packageName}.notifications.fileprovider"
|
||||
FileProvider.getUriForFile(context, authority, mediaFile)
|
||||
}
|
||||
.getOrNull()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue