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

Commit 751ced6c authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed a a11y regression to click notifications

Test: add notification, try clicking it on the lockscreen with talkback
Change-Id: I27dd75cab6bfdff3f534c31ebfb4df7a43129a6d
Fixes: 62767220
parent beba1bf9
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;