Fix focus issue after calling ClearFocus api 34/185034/2
authorxb.teng <xb.teng@samsung.com>
Wed, 25 Jul 2018 10:00:31 +0000 (18:00 +0800)
committerXianbing Teng <xb.teng@samsung.com>
Wed, 25 Jul 2018 10:00:23 +0000 (10:00 +0000)
commitf7e78caead4596a66b750444e77343856432d36d
treeb8496e05f1652d42edf857d6f91a5a22591250cd
parentc7ecf3ad7916ef6897fa192ea02ff7b1b2fc1bd8
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: I0d731263f11b40fa3211fd64388f8c9da5707fc9
dali-toolkit/internal/focus-manager/keyboard-focus-manager-impl.cpp