1
0
Aidan Follestad 6 жил өмнө
parent
commit
0972ce0e53

+ 11 - 2
core/src/main/java/com/afollestad/materialdialogs/internal/list/AdapterPayload.kt

@@ -15,5 +15,14 @@
  */
 package com.afollestad.materialdialogs.internal.list
 
-object CheckPayload
-object UncheckPayload
+/**
+ * Used by the single and multi-choice list adapters to selectively bind list items. This
+ * payload indicates that the notified list item should check its toggleable view.
+ */
+internal object CheckPayload
+
+/**
+ * Used by the single and multi-choice list adapters to selectively bind list items. This
+ * payload indicates that the notified list item should uncheck its toggleable view.
+ */
+internal object UncheckPayload