From: cskim Date: Fri, 24 Mar 2017 01:49:23 +0000 (+0900) Subject: Modify back key behavior of TVApps. X-Git-Tag: submit/tizen/20170808.015446~160 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c688c9f0036e758d2e71f9921b02a69766a76b51;p=profile%2Ftv%2Fapps%2Fdotnet%2Fhome.git Modify back key behavior of TVApps. Change-Id: Iaea0b3e76c54fab38019a757dfb4bfd7f2fda744 --- diff --git a/TVApps/TVApps/Views/MainPage.xaml.cs b/TVApps/TVApps/Views/MainPage.xaml.cs index a3bdb13..50f6409 100644 --- a/TVApps/TVApps/Views/MainPage.xaml.cs +++ b/TVApps/TVApps/Views/MainPage.xaml.cs @@ -119,6 +119,7 @@ namespace TVApps.Views if (CurrentStatus != AppsStatus.Default) { MessagingCenter.Send(this, "ChangeCurrentStatus", AppsStatus.Default.ToString()); + return true; } if (!AppList.IsFirstItemFocused)