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

Commit c0af506a authored by Sandro Meier's avatar Sandro Meier
Browse files

Disambiguate top focus related log message

Test: Log message change, compilation successful
Change-Id: I700d79dcb5a4ab0c0b4a15abf3853563c99c36af
parent 03882bc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4321,7 +4321,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);
        }