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

Commit cac4505e authored by Sandro Meier's avatar Sandro Meier Committed by Android (Google) Code Review
Browse files

Merge "Disambiguate top focus related log message"

parents 3f63bc84 c0af506a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4344,7 +4344,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
            // from windowmanager. Currently, we need to ensure the setInputWindows completes,
            // which would force the focus event to be queued before the current key event.
            // TODO(b/70668286): post call to 'moveDisplayToTop' to mHandler instead
            Log.i(TAG, "Moving non-focused display " + displayId + " to top "
            Log.i(TAG, "Attempting to move non-focused display " + displayId + " to top "
                    + "because a key is targeting it");
            mWindowManagerFuncs.moveDisplayToTopIfAllowed(displayId);
        }