Skip to content

Commit

Permalink
Update FCMService.kt
Browse files Browse the repository at this point in the history
Fixes #263
  • Loading branch information
andreszs authored and erisu committed Aug 31, 2024
1 parent cc9e9c4 commit 74f3c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/com/adobe/phonegap/push/FCMService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ class FCMService : FirebaseMessagingService() {
}

mBuilder.setContentText(fromHtml(messageStr))
mBuilder.setStyle(bigText)
mBuilder.setStyle(NotificationCompat.BigTextStyle().bigText(messageStr))
}
}
}
Expand Down

0 comments on commit 74f3c7e

Please sign in to comment.