Send the response event in the _cb_filter_key_event function if there is no activated... 11/129811/1
authorWonkeun Oh <wonkeun.oh@samsung.com>
Thu, 18 May 2017 05:57:16 +0000 (14:57 +0900)
committerWonkeun Oh <wonkeun.oh@samsung.com>
Thu, 18 May 2017 07:08:34 +0000 (16:08 +0900)
commit4af6118e6cca7cc11bc97ae3ad4bffa3a3b15905
treecd4f95d0d0268b2e4274f9ed0d1c4c1bfdf115b6
parent01d9e6a8ab3632d93924ec61ddd56d5f5a12f1f2
Send the response event in the _cb_filter_key_event function if there is no activated input_method.

If not, it spend 2 seconds per each key event and then it cause the ANR timeout or deadlock.
Becuase application process(Immodule) will wait for response message for the synchronous communication in the filter_key_event function.

Change-Id: I9c83093d72522b58052b6005e0106240c2ab5312
src/e_mod_main.c