|
@@ -416,6 +416,7 @@ public class MaterialDialog extends DialogBase implements
|
|
|
// The checkbox was unchecked
|
|
|
selectedIndicesList.remove(Integer.valueOf(position));
|
|
|
cb.setChecked(false);
|
|
|
+ sendMultichoiceCallback();
|
|
|
}
|
|
|
} else if (listType == ListType.SINGLE) {
|
|
|
boolean allowSelection = true;
|