remove build warnings
authorcskim <charles0.kim@samsung.com>
Tue, 9 May 2017 01:20:24 +0000 (10:20 +0900)
committerChulSeung Kim <charles0.kim@samsung.com>
Thu, 8 Jun 2017 09:34:54 +0000 (18:34 +0900)
Change-Id: I440adcee1a89df85122baeff70959628cc4fd006

TVHome/TVHome/Controls/SubPanelButton.xaml.cs

index 93b4695..78e8fb5 100755 (executable)
@@ -198,8 +198,10 @@ namespace TVHome.Controls
         {
             if (showOptions)
             {
+#pragma warning disable CS4014
                 View.TranslateTo(0, -moveTransitionHeight, 300);
                 ButtonImage.ScaleTo(1, 300);
+#pragma warning restore CS4014
             }
             else
             {