mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +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:
@@ -218,7 +218,8 @@ public class DragLayer extends BaseDragLayer<Launcher> {
|
||||
|
||||
@Override
|
||||
public void addChildrenForAccessibility(ArrayList<View> childrenForAccessibility) {
|
||||
View topView = AbstractFloatingView.getTopOpenView(mActivity);
|
||||
View topView = AbstractFloatingView.getTopOpenViewWithType(mActivity,
|
||||
AbstractFloatingView.TYPE_ACCESSIBLE);
|
||||
if (topView != null) {
|
||||
addAccessibleChildToList(topView, childrenForAccessibility);
|
||||
if (isInAccessibleDrag()) {
|
||||
|
||||
Reference in New Issue
Block a user