diff --git a/src/Tizen.NUI.WindowSystem/src/public/TaskbarService.cs b/src/Tizen.NUI.WindowSystem/src/public/TaskbarService.cs index 3e8d41c136f..5538a5baea9 100755 --- a/src/Tizen.NUI.WindowSystem/src/public/TaskbarService.cs +++ b/src/Tizen.NUI.WindowSystem/src/public/TaskbarService.cs @@ -114,10 +114,6 @@ public TaskbarService(TizenShell tzShell, IWindowProvider win, PlaceType type = { throw new ArgumentNullException(nameof(win)); } - if (!(win is Tizen.NUI.Window)) - { - throw new ArgumentNullException("win should be NUI.Window because this is for NUI.WindowSystem"); - } _tzsh = tzShell; _tzshWin = WindowSystem.Interop.EcoreWl2.GetWindowId(win.WindowHandle);