docs: Remove todo note

Doesn't seem to have any leaks...
This commit is contained in:
Ahmad Ansori Palembani 2024-12-17 11:28:22 +07:00
parent a404eb2c83
commit 8020f6591c
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 0 additions and 2 deletions

View file

@ -39,7 +39,6 @@ class BrowseSourceItem(
val mangaId: Long = initialManga.id!!
var manga: Manga = initialManga
private set
// TODO: Could potentially cause memleak, test it with leakcanary before deploying to stable!
private val scope = MainScope()
private var job: Job? = null

View file

@ -24,7 +24,6 @@ class GlobalSearchMangaItem(
val mangaId: Long? = initialManga.id
var manga: Manga = initialManga
private set
// TODO: Could potentially cause memleak, test it with leakcanary before deploying to stable!
private val scope = MainScope()
private var job: Job? = null