Removing discovery bouncer from accessibility

It was obstructing views under it.

Solves both Talkback and Switch Access issues.

Bug: 80192025
Test: Manual
Change-Id: Ia7fad91e1fcb857afbf68f879550c670279cee68
This commit is contained in:
Vadim Tryshev
2018-05-23 14:45:56 -07:00
parent e47fc65716
commit 17839d5f62
4 changed files with 17 additions and 9 deletions

View File

@@ -110,7 +110,7 @@ public class DiscoveryBounce extends AbstractFloatingView {
@Override
protected boolean isOfType(int type) {
return (type & TYPE_ON_BOARD_POPUP) != 0;
return (type & TYPE_DISCOVERY_BOUNCE) != 0;
}
private void show(int containerType) {