b/170498977
https://github.com/flutter/engine/blob/48687ca3ca6e4f24281ea998789cc21ad840accb/shell/platform/android/io/flutter/view/AccessibilityBridge.java#L1311
Flutter's AccessibilityBridge unconditionally uses the left system insets to shift highlights in case the version of Android (with OEM customizations) places the navigation bar on the left edge of the screen. This should be disabled on Android Q+ when layoutInDisplayCutoutMode is non-default.


b/170498977
https://github.com/flutter/engine/blob/48687ca3ca6e4f24281ea998789cc21ad840accb/shell/platform/android/io/flutter/view/AccessibilityBridge.java#L1311
Flutter's AccessibilityBridge unconditionally uses the left system insets to shift highlights in case the version of Android (with OEM customizations) places the navigation bar on the left edge of the screen. This should be disabled on Android Q+ when layoutInDisplayCutoutMode is non-default.