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

Commit a925b5ea authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

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

am: ce83dcf4

* commit 'ce83dcf4':
  Fix black flicker when closing IME

Change-Id: Ia358f5ec8240a853d3dfc6c37dd46e2984633fc9
parents 15626af4 ce83dcf4
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);
        }
    }