[NUI] Add Registry return (#831)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Fri, 24 May 2019 09:01:29 +0000 (18:01 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 24 May 2019 09:01:29 +0000 (18:01 +0900)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
src/Tizen.NUI/src/internal/Registry.cs

index c4e743a..1f951a2 100755 (executable)
@@ -160,7 +160,6 @@ namespace Tizen.NUI
             {
                 Tizen.Log.Fatal("NUI", $"Error! maybe main thread is created by other process\n");
                 return;
-                //throw new global::System.ApplicationException("Error! maybe main thread is created by other process");
             }
             int currentId = Thread.CurrentThread.ManagedThreadId;
             int mainThreadId = savedApplicationThread.ManagedThreadId;