From 4be53fa1b1895d5f58abbb67209c30e49ba155bb Mon Sep 17 00:00:00 2001 From: huiyueun <35286162+huiyueun@users.noreply.github.com> Date: Fri, 24 May 2019 18:01:29 +0900 Subject: [PATCH] [NUI] Add Registry return (#831) Signed-off-by: huiyu.eun --- src/Tizen.NUI/src/internal/Registry.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Tizen.NUI/src/internal/Registry.cs b/src/Tizen.NUI/src/internal/Registry.cs index c4e743a04..1f951a2d2 100755 --- a/src/Tizen.NUI/src/internal/Registry.cs +++ b/src/Tizen.NUI/src/internal/Registry.cs @@ -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; -- 2.34.1