projects
/
profile
/
iot
/
apps
/
dotnet
/
mmi-voice-touch-app.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbd438d
)
Fix clear all ui object
39/282039/1
author
ulgal-park
<ulgal.park@samsung.com>
Thu, 22 Sep 2022 09:19:40 +0000
(18:19 +0900)
committer
dyamy-lee
<dyamy.lee@samsung.com>
Mon, 26 Sep 2022 08:47:00 +0000
(17:47 +0900)
Change-Id: I026b3ac72690326a02e2e418df8c629eb701d79d
voice-touch/VoiceTouchViewManager.cs
patch
|
blob
|
history
diff --git
a/voice-touch/VoiceTouchViewManager.cs
b/voice-touch/VoiceTouchViewManager.cs
index 67a5481f0470037ced1c29fb92d1978244aea06e..14105618b34da683a5f640ce31d78f58ccacf381 100644
(file)
--- a/
voice-touch/VoiceTouchViewManager.cs
+++ b/
voice-touch/VoiceTouchViewManager.cs
@@
-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)