Updated recyclerview-selection: to version 1.1.0-alpha05

This commit is contained in:
M66B
2019-05-09 14:55:59 +02:00
parent 9ef900cfc5
commit d7ac4f486b
13 changed files with 120 additions and 107 deletions

View File

@@ -126,7 +126,7 @@ final class MouseInputHandler<K> extends MotionInputHandler<K> {
checkState(mSelectionTracker.hasSelection());
checkArgument(item != null);
if (isRangeExtension(e)) {
if (shouldExtendRange(e)) {
extendSelectionRange(item);
} else {
if (shouldClearSelection(e, item)) {