feat: banner and cover for airing notifications

This commit is contained in:
aayush262 2024-05-22 00:20:40 +05:30
parent 66805bdf05
commit 039e3d63fe
6 changed files with 18 additions and 10 deletions

View file

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