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

Commit d68d1e74 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

am: 0b9efc26

Change-Id: I405f984f12df8dbffa777eadaa35ec0917bd0972
parents c5b6f4ee 0b9efc26
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;