Make nav bar affected by IME insets
Bug: 180051157 Change-Id: I213917cd09669b5ed70e98957c2650a1f6064b84
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user