Merge "Make nav bar affected by IME insets"

This commit is contained in:
Tony Wickham
2022-01-06 19:06:44 +00:00
committed by Android (Google) Code Review

View File

@@ -187,7 +187,6 @@ class InsetsStateController {
// Navigation bar doesn't get influenced by anything else
if (type == ITYPE_NAVIGATION_BAR || type == ITYPE_EXTRA_NAVIGATION_BAR) {
state.removeSource(ITYPE_IME);
state.removeSource(ITYPE_STATUS_BAR);
state.removeSource(ITYPE_CLIMATE_BAR);
state.removeSource(ITYPE_CAPTION_BAR);