We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a64e86 commit d3bb176Copy full SHA for d3bb176
NiloPartner/app/src/main/java/com/barryzea/niloclient/fcm/FcmService.kt
@@ -45,7 +45,7 @@ class FcmService: FirebaseMessagingService() {
45
remoteMessage.notification?.let {
46
//poniendo imagen de manera dinámica
47
val imgUrl =
48
- it.imageUrl//"https://cms-assets.tutsplus.com/uploads/users/798/posts/27376/preview_image/firebase@2x.png"
+ it.imageUrl
49
50
if (imgUrl == null) {
51
sendNotification(it)
0 commit comments