Skip to content

Commit 8020f65

Browse files
committed
docs: Remove todo note
Doesn't seem to have any leaks...
1 parent a404eb2 commit 8020f65

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/src/main/java/eu/kanade/tachiyomi/ui/source/browse/BrowseSourceItem.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ class BrowseSourceItem(
3939
val mangaId: Long = initialManga.id!!
4040
var manga: Manga = initialManga
4141
private set
42-
// TODO: Could potentially cause memleak, test it with leakcanary before deploying to stable!
4342
private val scope = MainScope()
4443
private var job: Job? = null
4544

app/src/main/java/eu/kanade/tachiyomi/ui/source/globalsearch/GlobalSearchMangaItem.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ class GlobalSearchMangaItem(
2424
val mangaId: Long? = initialManga.id
2525
var manga: Manga = initialManga
2626
private set
27-
// TODO: Could potentially cause memleak, test it with leakcanary before deploying to stable!
2827
private val scope = MainScope()
2928
private var job: Job? = null
3029

0 commit comments

Comments
 (0)