[Tizen.Applications.MessagePort] Remove checking name of remoteport (#135)
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.MessagePort / Tizen.Applications.Messages / MessagePort.cs
index 8b72e57..b9d684c 100755 (executable)
@@ -161,7 +161,7 @@ namespace Tizen.Applications.Messages
                         Message = new Bundle(new SafeBundleHandle(message, false))
                     };
 
-                    if (!String.IsNullOrEmpty(remotePortName) && !String.IsNullOrEmpty(remoteAppId))
+                    if (!String.IsNullOrEmpty(remoteAppId))
                     {
                         args.Remote = new RemoteValues()
                         {