feat: banner and cover for airing notifications
This commit is contained in:
parent
66805bdf05
commit
039e3d63fe
6 changed files with 18 additions and 10 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue