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

Commit 88470545 authored by Filip Gruszczynski's avatar Filip Gruszczynski
Browse files

Fix build.

Change-Id: I69daaf2de679cb97609430051f18f7badc4d1e8a
parent 26003d26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1328,7 +1328,7 @@ public class WindowManagerService extends IWindowManager.Stub
    static boolean canBeImeTarget(WindowState w) {
        final int fl = w.mAttrs.flags
                & (FLAG_NOT_FOCUSABLE|FLAG_ALT_FOCUSABLE_IM);
        final int type == w.mAttrs.type;
        final int type = w.mAttrs.type;
        // The dock divider has to sit above the application windows and so does the IME. IME also
        // needs to sit above the dock divider, so it doesn't get cut in half. We make the dock
        // divider be a target for IME, so this relationship can occur naturally.