mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-27 19:41:02 +00:00
Finalized
This commit is contained in:
@@ -196,7 +196,7 @@ class MediaListDialogFragment : BottomSheetDialogFragment() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
media?.inCustomListsOf?.forEach {
|
media?.inCustomListsOf?.forEach {
|
||||||
SwitchMaterial(requireContext()).apply {
|
MaterialSwitch(requireContext()).apply {
|
||||||
isChecked = it.value
|
isChecked = it.value
|
||||||
text = it.key
|
text = it.key
|
||||||
setOnCheckedChangeListener { _, isChecked ->
|
setOnCheckedChangeListener { _, isChecked ->
|
||||||
|
|||||||
Reference in New Issue
Block a user