mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-24 07:51:03 +00:00
fix: show subscription name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user