Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f35e819b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Skip handling accessibility events while nav bar is not initialized"

parents de5181ae f83267e2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1211,6 +1211,9 @@ public class NavigationBarFragment extends LifecycleFragment implements Callback
    }

    private void updateAccessibilityServicesState(AccessibilityManager accessibilityManager) {
        if (mNavigationBarView == null) {
            return;
        }
        boolean[] feedbackEnabled = new boolean[1];
        int a11yFlags = getA11yButtonState(feedbackEnabled);