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

Commit bf3c50ac authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Fixed a a11y regression to click notifications" into oc-dev

am: b792f984

Change-Id: I4b371510854308fd3c7557a8e4c332a8a3e36ed9
parents 27e577a7 b792f984
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -303,7 +303,7 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView

    @Override
    public boolean performClick() {
        if (mWasActivatedOnDown || !mNeedsDimming) {
        if (mWasActivatedOnDown || !mNeedsDimming || isTouchExplorationEnabled()) {
            return super.performClick();
        }
        return false;