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

Commit d9f9137c authored by Gaurav Bhola's avatar Gaurav Bhola
Browse files

Make nav bar affected by IME insets

- This got removed as part of Hierarchical Insets work.
- Adding it back.

Bug: 180051157
Test: Not required
Change-Id: I8a08470089f9403e73d62497161c7f3d852a0e50
parent 1c8eb010
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -344,7 +344,6 @@ class InsetsPolicy {

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