e_client: modify code to call maximize_pre/unmaximize_pre callback 62/283262/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Fri, 21 Oct 2022 05:57:37 +0000 (14:57 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 21 Oct 2022 06:27:59 +0000 (15:27 +0900)
commitb7ca4430b22288ab4f11882542c0dc41e02ebdbd
tree1e4c7d33b95250652cf43d344835249a4f066858
parent5240f2a4b97eca38d19cef098a3ccf8ed8802089
e_client: modify code to call maximize_pre/unmaximize_pre callback

There is a bug that the maximize_done/unmaximize_done evas_object_smart_callback
doesn't call after calling maximize_pre/unmaximize_pre evas_object_smart_callback
in some case.

This resolve this problem

Change-Id: I6d30dc2897b441574c92f46d68e77e3501e412b1
src/bin/e_client.c