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

Commit ce83dcf4 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Fix black flicker when closing IME" into nyc-dev

parents d2285b1f 4c753d52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7519,7 +7519,7 @@ public class WindowManagerService extends IWindowManager.Stub
                stack.resetAdjustedForIme(!dockVisible);
            }
            displayContent.mDividerControllerLocked.setAdjustedForIme(
                    false /*ime*/, false /*divider*/, dockVisible /*animate*/, null);
                    false /*ime*/, false /*divider*/, dockVisible /*animate*/, imeWin);
        }
    }