mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 18:31:01 +00:00
fix: reading in manga instead of watching
This commit is contained in:
@@ -580,7 +580,7 @@ class MediaInfoFragment : Fragment() {
|
||||
).apply {
|
||||
itemTitle.setText(R.string.social)
|
||||
itemRecycler.adapter =
|
||||
MediaSocialAdapter(media.users!!)
|
||||
MediaSocialAdapter(media.users!!, type)
|
||||
itemRecycler.layoutManager = LinearLayoutManager(
|
||||
requireContext(),
|
||||
LinearLayoutManager.HORIZONTAL,
|
||||
|
||||
Reference in New Issue
Block a user