feat: remove 18+ media and anilist adult is off
This commit is contained in:
parent
d06c980a57
commit
773b7f5dd0
7 changed files with 42 additions and 57 deletions
|
@ -236,7 +236,7 @@ class NotificationActivity : AppCompatActivity() {
|
|||
context = it.title + ": " + it.content,
|
||||
createdAt = (it.time / 1000L).toInt(),
|
||||
image = it.image,
|
||||
banner = it.banner
|
||||
banner = it.banner ?: it.image
|
||||
)
|
||||
newNotifications += notification
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue