Check conformant reset state together with reset_conformant() success 26/110826/2
authorJi-hoon Lee <dalton.lee@samsung.com>
Wed, 18 Jan 2017 01:12:35 +0000 (10:12 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 18 Jan 2017 11:26:59 +0000 (03:26 -0800)
commit16270b8cf95a2e7edb44a737ae9687f549c2113b
tree5f1d862e333440c84e1e749b8f1bab9716653065
parentb4097611d71ad83990c064e1458a08359e783307
Check conformant reset state together with reset_conformant() success

Since the conformant is reset right after _input_panel_hide() call,
at the time that immodule receives conformant_reset request from
wl_textinput module, reset_conformant_area() function might return
false since the keyboard geometry is already set to 0x0.
So, even the keyboard geometry is set to 0x0, check the conformant
reset state to ensure there is no preceding conformant reset request
being processed.

Change-Id: I26f7062c52d3f3763167d4cfa87b3437ee7e8ad4
ism/extras/wayland_immodule/wayland_imcontext.c