Merge "Fixed a a11y regression to click notifications" into oc-dev
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user