Add code to handle visibility event of the keyboard 13/307313/2
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 07:13:13 +0000 (16:13 +0900)
commit61a5f15166571692b94e7fa27db86f044c1b6af0
treed7d6733579da167960745cb8173a611ac7eb4517
parentacb5e8468de030a065478d9a6a22fbca0f383dbb
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