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

Commit aee9a780 authored by luanzhuang's avatar luanzhuang
Browse files

It can be used directly return mTmpWindow.



Bug: none

Change-Id: I52c9613d4624c6b3b4bd03d84eac42ea07674eef
Signed-off-by: default avatarluanzhuang <luanzhuang@xiaomi.corp-partner.google.com>
parent 91edc7f6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3866,7 +3866,6 @@ class DisplayContent extends RootDisplayArea implements WindowManagerPolicy.Disp
        if (mTmpWindow == null) {
            ProtoLog.v(WM_DEBUG_FOCUS_LIGHT, "findFocusedWindow: No focusable windows, display=%d",
                    getDisplayId());
            return null;
        }
        return mTmpWindow;
    }