Merge "Fixed a a11y regression to click notifications" into oc-dev
am: b792f98446
Change-Id: I7d4a437367d40492effa95fcd0970389da7db592
This commit is contained in:
@@ -303,7 +303,7 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean performClick() {
|
public boolean performClick() {
|
||||||
if (mWasActivatedOnDown || !mNeedsDimming) {
|
if (mWasActivatedOnDown || !mNeedsDimming || isTouchExplorationEnabled()) {
|
||||||
return super.performClick();
|
return super.performClick();
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user