Fix invalid update to TextUpdateInfo in SELECTING state. 84/260084/2
authorBowon Ryu <bowon.ryu@samsung.com>
Fri, 18 Jun 2021 07:42:57 +0000 (16:42 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Fri, 18 Jun 2021 08:12:38 +0000 (17:12 +0900)
mTextUpdateInfo is updated even if no selecting state in SetInputColor().
This causes a crash in some cases.
(When TextColor, InputColor is changed by the user in TextChanged callback)

This patch prevents invalid update of TextUpdateInfo.
Most of the known Text Crash issues are fixed by this patch.

Change-Id: I16488d3a9f9f063c441834f622afbe33b3ea7a74
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>

No differences found