Release 4.0.0-preview1-00213
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.Shortcut / Tizen.Applications.Shortcut / ShortcutManager.cs
index f27507d..3b4e7c4 100755 (executable)
@@ -51,7 +51,7 @@ namespace Tizen.Applications.Shortcut
             {
                 int type;
 
-                if (shortcut.Uri == null || shortcut.Uri == String.Empty)
+                if (string.IsNullOrEmpty(shortcut.Uri))
                 {
                     type = 0;
                 }