Add code to handle visibility event of the keyboard 43/307343/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Thu, 7 Mar 2024 05:59:49 +0000 (14:59 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Thu, 7 Mar 2024 09:08:20 +0000 (18:08 +0900)
commit8256823cdbbd9c3ab549b69f11b2d4defb9f2a77
treec471d7336067e2fa7e506148ee756d95a466481c
parent4356e4e304386d063559267d434c982940408221
Add code to handle visibility event of the keyboard

There was a bug that the keyboard window was shown even though the user
requested to hide the keyboard in some case.

To resolve this, we change the keyboard's visible state to FALSE when
the visibility of keyboard is chagned to fully obscured.

Change-Id: I7d8bad9957005bb8fd0fcc19ae16a9fc04cd3fb0
src/e_mod_input_panel.c