[Tizen.Applications.MessagePort] Remove checking name of remoteport (#135) 4.0.1.14104
authorkilig <inkyun.kil@samsung.com>
Mon, 26 Feb 2018 23:07:42 +0000 (08:07 +0900)
committersemun-lee <35090067+semun-lee@users.noreply.github.com>
Mon, 26 Feb 2018 23:07:42 +0000 (08:07 +0900)
To get remote app id regardless of the remote-port name

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()
                         {