Combined Stage and Window class, and removed Stage class
[platform/core/uifw/dali-toolkit.git] / plugins / dali-sharp / sharp / internal / ViewContainer.cs
index b3532f7..76251e6 100644 (file)
@@ -30,7 +30,7 @@ public class ViewContainer : global::System.IDisposable, global::System.Collecti
   }
 
   public virtual void Dispose() {
-    if (!Stage.IsInstalled()) {
+    if (!Window.IsInstalled()) {
       DisposeQueue.Instance.Add(this);
       return;
     }