Remove useless warning message for initialized window 65/288365/2
authorEunki Hong <eunkiki.hong@samsung.com>
Wed, 15 Feb 2023 17:35:27 +0000 (02:35 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Tue, 21 Feb 2023 01:13:48 +0000 (10:13 +0900)
commit645dea75009f1ace20c59af0ae3f7a4a210fb9aa
tree8cc20cabc261fbf2e0189a1db793b2d7870fd917
parent7e4bad8795710fa9b6cf1df5e8f1497b8e460d7c
Remove useless warning message for initialized window

OnWindowFocusChanged can be called when the window is created.
In that case, GetFocusActorFromCurrentWindow() will return empty Actor handle.

SetCurrentFocusActor() doesn't consider empty-handle input case. So we should skip
if GetFocusActorFromCurrentWindow() returns empty handle.

Change-Id: I440e60f7c46e234876a4d5af50445477b88e35f7
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
dali-toolkit/internal/focus-manager/keyboard-focus-manager-impl.cpp