fix: chart load | background of bio?

This commit is contained in:
rebelonion 2024-03-16 16:50:58 -05:00
parent a9b4916dd8
commit 29364bf30a
4 changed files with 42 additions and 1 deletions

View file

@ -112,6 +112,9 @@ class CommentNotificationWorker(appContext: Context, workerParams: WorkerParamet
}
NotificationType.NO_NOTIFICATION -> {
PrefManager.removeCustomVal("genre_thumb")
PrefManager.removeCustomVal("banner_ANIME_time")
PrefManager.removeCustomVal("banner_MANGA_time")
PrefManager.setVal(PrefName.ImageUrl, it.content ?: "")
null
}