[Camera][Non-ACR] disable focus button when event is raised 51/204251/1
authorHaesu Gwon <haesu.gwon@samsung.com>
Mon, 22 Apr 2019 09:16:16 +0000 (18:16 +0900)
committerHaesu Gwon <haesu.gwon@samsung.com>
Mon, 22 Apr 2019 09:16:16 +0000 (18:16 +0900)
Change-Id: I007690d4284e641526cbb3240ab3aaeb63e479d4

tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Camera/TSCamera.cs [changed mode: 0755->0644]
tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Camera/TSCameraFocusStateChangedEventArgs.cs [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index b3e9954..9f3bbb8
@@ -437,6 +437,7 @@ namespace Tizen.Multimedia.Tests
                     _msgBox.Text = "Focus state is changed successfully and TC is passed. " +
                         "Please go back to previous page.";
 
+                    _button2.IsEnabled = false;
                     TestCamera.StopFocusing();
 
                     ConfirmAndHideView();
@@ -586,6 +587,7 @@ namespace Tizen.Multimedia.Tests
                 {
                     _msgBox.Text = "Focus state is changed successfully and TC is passed. Please go back to previous page.";
 
+                    _button2.IsEnabled = false;
                     TestCamera.StopFocusing();
 
                     ConfirmAndHideView();
old mode 100755 (executable)
new mode 100644 (file)
index 042d668..4c7c1ac
@@ -33,6 +33,7 @@ namespace Tizen.Multimedia.Tests
                 {
                     _msgBox.Text = "Focus state is changed successfully and TC is passed. Please go back to previous page.";
 
+                    _button2.IsEnabled = false;
                     TestCamera.StopFocusing();
 
                     ConfirmAndHideView();