fix: text | reply bar not hiding

This commit is contained in:
rebelonion 2024-03-17 21:07:54 -05:00
parent af1bc944d8
commit 385198e69a
4 changed files with 11 additions and 9 deletions

View file

@ -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"