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

Commit 6c86b19f authored by Steve McKay's avatar Steve McKay
Browse files

Consume event on singleTapUp.

Fixes issue with last-selected-item tap resulting in view/quickview.

Bug: 23615434
Change-Id: I94af6f6c17dd199930f9eeccbccb78648c0cb608
parent 860f9846
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -339,7 +339,7 @@ public final class MultiSelectManager {
        }

        handlePositionChanged(position, metaState);
        return false;
        return true;
    }

    /**