feat: comment reporting
This commit is contained in:
parent
a251dd4ffb
commit
55e156579b
6 changed files with 90 additions and 16 deletions
|
@ -72,7 +72,8 @@ class MangaReadAdapter(
|
|||
startActivity(
|
||||
fragment.requireContext(),
|
||||
Intent(fragment.requireContext(), CommentsActivity::class.java)
|
||||
.putExtra("mediaId", media.id),
|
||||
.putExtra("mediaId", media.id)
|
||||
.putExtra("mediaName", media.mainName()),
|
||||
null
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue