mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user