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

Commit f42bb04a authored by Jon Mann's avatar Jon Mann Committed by android-build-merger
Browse files

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

am: cb60057b

Change-Id: Iefea803239bbb4ee0a346232fca7d290893888fa
parents 896fa38f cb60057b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -515,7 +515,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 {