Loading services/java/com/android/server/wm/WindowManagerService.java +5 −1 Original line number Original line Diff line number Diff line Loading @@ -1514,7 +1514,11 @@ public class WindowManagerService extends IWindowManager.Stub pos++; pos++; } } if (pos >= N) { if (pos >= N) { // All is good! // Z order is good. // The IM target window may be changed, so update the mTargetAppToken. if (imWin != null) { imWin.mTargetAppToken = mInputMethodTarget.mAppToken; } return false; return false; } } } } Loading Loading
services/java/com/android/server/wm/WindowManagerService.java +5 −1 Original line number Original line Diff line number Diff line Loading @@ -1514,7 +1514,11 @@ public class WindowManagerService extends IWindowManager.Stub pos++; pos++; } } if (pos >= N) { if (pos >= N) { // All is good! // Z order is good. // The IM target window may be changed, so update the mTargetAppToken. if (imWin != null) { imWin.mTargetAppToken = mInputMethodTarget.mAppToken; } return false; return false; } } } } Loading