mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 19:51:03 +00:00
feat: banner and cover for airing notifications
This commit is contained in:
@@ -235,6 +235,8 @@ class NotificationActivity : AppCompatActivity() {
|
||||
notificationType = it.type,
|
||||
context = it.title + ": " + it.content,
|
||||
createdAt = (it.time / 1000L).toInt(),
|
||||
image = it.image,
|
||||
banner = it.banner
|
||||
)
|
||||
newNotifications += notification
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user