Fix clear all ui object 39/282039/1
authorulgal-park <ulgal.park@samsung.com>
Thu, 22 Sep 2022 09:19:40 +0000 (18:19 +0900)
committerdyamy-lee <dyamy.lee@samsung.com>
Mon, 26 Sep 2022 08:47:00 +0000 (17:47 +0900)
Change-Id: I026b3ac72690326a02e2e418df8c629eb701d79d

voice-touch/VoiceTouchViewManager.cs

index 67a5481f0470037ced1c29fb92d1978244aea06e..14105618b34da683a5f640ce31d78f58ccacf381 100644 (file)
@@ -267,8 +267,11 @@ namespace VoiceTouch
         public void ClearAll()
         {
             mTextBubbleLayer.ClearTextBubbles();
+            mTextBubbleLayer.ClearResponseBubbles();
             mTooltipLayer.ClearTooltips();
+            mTooltipLayer.ClearHighlightedTooltip();
             mGridLayer.ClearGrid();
+            mGridLayer.ClearHighlightedGrid();
         }
 
         public bool ClearTextBubble(object target, Timer.TickEventArgs args)