Add exception handling in text-controller 90/263790/1
authorBowon Ryu <bowon.ryu@samsung.com>
Fri, 10 Sep 2021 05:22:20 +0000 (14:22 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Fri, 10 Sep 2021 05:34:22 +0000 (14:34 +0900)
There is a case where mGlyphPositions is cleared in Controller::Relayouter::Relayout.
At this time, if try to partially erase mGlyphPositions in ClearGlyphModelData, Assert occurs.
Because the count of mGlyphPositions is already 0.

This patch prevents this issue though a count check.

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

No differences found