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

Commit 0e9e8fa6 authored by Rob Carr's avatar Rob Carr Committed by android-build-merger
Browse files

Merge "Promote input method dialogs layers with input method." into nyc-dev am: 36ac7e9f

am: 4efc8fa0

* commit '4efc8fa0':
  Promote input method dialogs layers with input method.

Change-Id: I43f94629603a71aa3c5ad3bb03a57996ee077bb0
parents 6999cbc8 4efc8fa0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -203,6 +203,10 @@ public class WindowLayersController {
        if (mDockDivider != null && mDockDivider.isVisibleLw()
                && mService.mInputMethodWindow != null) {
            layer = assignAndIncreaseLayerIfNeeded(mService.mInputMethodWindow, layer);
            for (int i = mService.mInputMethodDialogs.size() - 1; i >= 0; i--) {
                final WindowState dialog = mService.mInputMethodDialogs.get(i);
                layer = assignAndIncreaseLayerIfNeeded(dialog, layer);
            }
        }

        // We know that we will be animating a relaunching window in the near future, which will