20250723-Test Push

This commit is contained in:
weber
2025-07-23 19:07:29 +08:00
parent 9f93e6dc14
commit 6ec732b996
36 changed files with 730 additions and 155 deletions

View File

@@ -30,7 +30,7 @@ fun showLikeNotification(context: Context, title: String, message: String, postI
)
val notificationBuilder = NotificationCompat.Builder(context, channelId)
.setSmallIcon(R.drawable.rider_pro_favoriate)
.setSmallIcon(R.drawable.rider_pro_favourite)
.setContentTitle(title)
.setContentText(message)
.setPriority(NotificationCompat.PRIORITY_DEFAULT)