mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-19 06:13:57 +00:00
wip: UI for comments
This commit is contained in:
@@ -504,6 +504,16 @@ class MediaInfoFragment : Fragment() {
|
||||
)
|
||||
parent.addView(bind.root)
|
||||
}
|
||||
// Comments Section
|
||||
if (!offline) {
|
||||
val bind = FragmentCommentsBinding.inflate(
|
||||
LayoutInflater.from(context),
|
||||
parent,
|
||||
false
|
||||
)
|
||||
bind.commentsList.adapter // rebel take over
|
||||
parent.addView(bind.root)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user