Fix text relayouter update issue 24/267224/1
authorBowon Ryu <bowon.ryu@samsung.com>
Tue, 30 Nov 2021 03:07:36 +0000 (12:07 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Tue, 30 Nov 2021 03:07:36 +0000 (12:07 +0900)
When the size of the text control is 0,
there is a issue that the mRequestedNumberOfCharacters becomes 0
even if the actural text exists.

This patch avoids this issue by updating mNumberOfCharactersToAdd
in textUpdateInfo in that situation.

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

No differences found