mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 18:41:02 +00:00
fix: text | reply bar not hiding
This commit is contained in:
@@ -97,7 +97,7 @@ class CommentNotificationWorker(appContext: Context, workerParams: WorkerParamet
|
||||
}
|
||||
|
||||
NotificationType.COMMENT_REPLY -> {
|
||||
val title = "New CommentNotificationWorker Reply"
|
||||
val title = "New Comment Reply"
|
||||
val mediaName = names[it.mediaId]?.title ?: "Unknown"
|
||||
val message = "${it.username} replied to your comment in $mediaName"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user