Remove unnecessary line setting window size 29/196129/1
authorShinwoo Kim <cinoo.kim@samsung.com>
Thu, 25 Oct 2018 02:15:21 +0000 (11:15 +0900)
committersungwook79.park <sungwook79.park@samsung.com>
Mon, 24 Dec 2018 01:53:47 +0000 (10:53 +0900)
commit379ad06935d18fe77ab53060f05a8a5c1f90af56
treea237c30ebedc9917458329270b29862f67fdaf61
parent30842ea9ab09eb7d12ab667d20a85a782f41a613
Remove unnecessary line setting window size

Maximized window does not need to set its size on application side.
Because of the unnecessary line setting window size, application could get a
black screen for around 2 seconds by window mananger policy.

Please refer to following steps.
(1) Wearable image > contacts > select one item > message button
(2) After step (1), edit message, then added message is not visible because its
window size becomes 1000 * 1000 on 360 * 360 wearable screen.

Change-Id: I48769b89df3d8598f350564d7124fff16e862821
src/w-input-selector.cpp