Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb60057b authored by Jon Mann's avatar Jon Mann Committed by Android (Google) Code Review
Browse files

Merge "Prevent counting items more than once during multi-select." into arc-apps

parents b4a74ddf 95422be0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -500,7 +500,7 @@ public final class SelectionManager {
            }
            if (selected) {
                boolean canSelect = canSetState(id, true);
                if (canSelect) {
                if (canSelect && !mSelection.mSelection.contains(id)) {
                    mSelection.mProvisionalSelection.add(id);
                }
            } else {