fix: show subscription name
This commit is contained in:
parent
1dd3bddeb9
commit
2c3eb82e4b
4 changed files with 7 additions and 12 deletions
|
@ -233,7 +233,7 @@ class NotificationActivity : AppCompatActivity() {
|
|||
commentId = it.mediaId,
|
||||
mediaId = it.mediaId,
|
||||
notificationType = it.type,
|
||||
context = it.content,
|
||||
context = it.title + ": " + it.content,
|
||||
createdAt = (it.time / 1000L).toInt(),
|
||||
)
|
||||
newNotifications += notification
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue