feat: remove 18+ media and anilist adult is off

This commit is contained in:
aayush262 2024-05-23 22:00:47 +05:30
parent d06c980a57
commit 773b7f5dd0
7 changed files with 42 additions and 57 deletions

View file

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