Make nav bar affected by IME insets

Bug: 180051157
Change-Id: I213917cd09669b5ed70e98957c2650a1f6064b84
This commit is contained in:
Tony Wickham
2021-12-22 14:36:51 +00:00
parent ca834e02cb
commit 1f08c7b9c9

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);