mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
docs: Remove todo note
Doesn't seem to have any leaks...
This commit is contained in:
parent
a404eb2c83
commit
8020f6591c
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue