[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 02989b21474ad017240760baaa33220bddb303e8..891d4eb0a38788735fe4746b36e11ba91821197d 100755 (executable)
@@ -110,7 +110,7 @@ namespace Tizen.NUI.Samples
                     }
                     else
                     {
-                        Dispose();
+                        Exit();
                     }
                 }
             }