[Tizen] Fix focus issue after calling ClearFocus api 32/186732/2
authorxb.teng <xb.teng@samsung.com>
Tue, 14 Aug 2018 02:28:24 +0000 (10:28 +0800)
committerxb.teng <xb.teng@samsung.com>
Tue, 14 Aug 2018 02:34:27 +0000 (10:34 +0800)
commiteb0e958e1f900ef19b9c5798a1dc4dc4782cf9c8
treedf08fafb0e47b270742ba0f0a76de7fe49379984
parentca77f4dcf2102ad9fa9e1f2dee24e83ae71e20c4
[Tizen] Fix focus issue after calling ClearFocus api

After calling ClearFocus api, mIsFocusIndicatorEnabled will be 0.
In this case, if you call SetCurrentFocusActor again, then the first
pressed direction key is valid, but the second pressed direction key can
works. It's an issue.

Change-Id: I0fdbeff360a2732a8aa34a169dc6d7afa7443457
dali-toolkit/internal/focus-manager/keyboard-focus-manager-impl.cpp