fix: text | reply bar not hiding
This commit is contained in:
parent
af1bc944d8
commit
385198e69a
4 changed files with 11 additions and 9 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue