X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FLongPressGestureDetector.cs;h=7eb839e51c8da423e368969409f8c8c230b921cf;hp=d4a5256cc40b6a8748ad8d895c709d96d636d78e;hb=665d92f07e3e06e1db65a473c6eb6869dc476c03;hpb=264dbea55c45e722c30a17782cdca6da07c59fca diff --git a/plugins/dali-sharp/sharp/internal/LongPressGestureDetector.cs b/plugins/dali-sharp/sharp/internal/LongPressGestureDetector.cs index d4a5256..7eb839e 100644 --- a/plugins/dali-sharp/sharp/internal/LongPressGestureDetector.cs +++ b/plugins/dali-sharp/sharp/internal/LongPressGestureDetector.cs @@ -45,7 +45,7 @@ public class LongPressGestureDetector : GestureDetector { } public override void Dispose() { - if (!Stage.IsInstalled()) { + if (!Window.IsInstalled()) { DisposeQueue.Instance.Add(this); return; }