Remove unnecessary line setting window size 92/191892/1
authorShinwoo Kim <cinoo.kim@samsung.com>
Thu, 25 Oct 2018 02:15:21 +0000 (11:15 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Thu, 25 Oct 2018 02:22:44 +0000 (11:22 +0900)
commita56da0df2c993763cfa984b86891b7052adbb90a
treee2c2705b7a5ccc8b5db4c601e6f13e25d78424ca
parent599ddc83e674c20c7a630a9261dbb03355a2970e
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