[NUI] Modify Seamless sample code (#2075)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Wed, 7 Oct 2020 06:20:05 +0000 (15:20 +0900)
committerGitHub <noreply@github.com>
Wed, 7 Oct 2020 06:20:05 +0000 (15:20 +0900)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Co-authored-by: dongsug-song <35130733+dongsug-song@users.noreply.github.com>
test/Tizen.NUI.Seamless/NUISimpleCallee/NUISimpleCallee.cs
test/Tizen.NUI.Seamless/NUISimpleCaller/NUISimpleCaller.cs

index d62e143..4be6b64 100755 (executable)
@@ -34,7 +34,7 @@ namespace NUISimpleCallee
         {
             if (e.Touch.GetState(0) == PointStateType.Up)
             {
-                Window.Instance.Iconify(true);
+                Exit();
             }
         }
 
index 168eed1..da227da 100755 (executable)
@@ -53,7 +53,7 @@ namespace NUISimpleCaller
             {
                 AppControl appControl = new AppControl();
                 appControl.ApplicationId = "org.tizen.example.NUISimpleCallee";
-                SendLaunchRequest(appControl, false);
+                SendLaunchRequest(appControl);
             }
         }