File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
app/src/main/java/eu/kanade/tachiyomi/ui/source Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments