elc_hoversel: Fix to activate accessibility 22/279222/2
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 4 Aug 2022 01:57:20 +0000 (10:57 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Fri, 5 Aug 2022 07:41:58 +0000 (07:41 +0000)
commitafa58996151dc8ebd1f4497a1b51da2d5ca92a1a
tree5a57f7e38074d8b0a0260bd4fd72f12c822801bc
parentea5dd1cf6a5c4e54204e465fd98824b5353c8837
elc_hoversel: Fix to activate accessibility

Previously, accessibility activate did not work because accessibility
activate method could work only if hover was created before.
However, the hover is created in _activate(), which accessibility
activate method calls after checking the hover.
Therefore, the code checking the hover is removed in accessibility
activate method.

It has been fixed that hoversel button is activated by double tap of
accessibility highlight.

Change-Id: I9cee7ec701a9b0878a1253bf66be21586e2aff9a
src/lib/elementary/elc_hoversel.c