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

Commit 61c634ab authored by John Hoford's avatar John Hoford
Browse files

fix selection bug

bug:4174707
Change-Id: Ia1a465e9f27d920d53545cba4c96dd3eab92e374
parent 0594bd40
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ public class SelectionManager {
    public void selectAll() {
        mInverseSelection = true;
        mClickedSet.clear();
        mTotal = -1;
        enterSelectionMode();
        if (mListener != null) mListener.onSelectionModeChange(SELECT_ALL_MODE);
    }