[NUI] Fix Tizen.NUI.Samples crash error when it is terminated (#1354)
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 31 Jan 2020 05:20:57 +0000 (14:20 +0900)
committerGitHub <noreply@github.com>
Fri, 31 Jan 2020 05:20:57 +0000 (14:20 +0900)
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/DaliDemo/DaliDemo.cs

index 02989b2..891d4eb 100755 (executable)
@@ -110,7 +110,7 @@ namespace Tizen.NUI.Samples
                     }
                     else
                     {
-                        Dispose();
+                        Exit();
                     }
                 }
             }