Formatting
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ fun MaterialAlertDialogBuilder.setQuadStateMultiChoiceItems(
|
||||
disabledItems = disabledIndices,
|
||||
initialSelected = initialSelected,
|
||||
isActionList = isActionList,
|
||||
listener = selection
|
||||
listener = selection,
|
||||
)
|
||||
val updateScrollIndicators = {
|
||||
binding.scrollIndicatorUp.isVisible = binding.list.canScrollVertically(-1)
|
||||
|
||||
+1
-1
@@ -85,7 +85,7 @@ internal class QuadStateMultiChoiceDialogAdapter(
|
||||
return QuadStateMultiChoiceViewHolder(
|
||||
itemBinding = DialogQuadstatemultichoiceItemBinding
|
||||
.inflate(LayoutInflater.from(parent.context), parent, false),
|
||||
adapter = this
|
||||
adapter = this,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user