Apply suggestions.

This commit is contained in:
Isira Seneviratne
2023-07-01 15:45:51 +05:30
committed by Koitharu
parent 9a815f28fa
commit 46ab5af905
8 changed files with 20 additions and 20 deletions

View File

@@ -362,7 +362,7 @@ class DetailsActivity :
fun newIntent(context: Context, manga: Manga): Intent {
return Intent(context, DetailsActivity::class.java)
.putExtra(MangaIntent.KEY_MANGA, ParcelableManga(manga))
.putExtra(MangaIntent.KEY_MANGA, ParcelableManga(manga, withChapters = true))
}
fun newIntent(context: Context, mangaId: Long): Intent {