From c688c9f0036e758d2e71f9921b02a69766a76b51 Mon Sep 17 00:00:00 2001 From: cskim Date: Fri, 24 Mar 2017 10:49:23 +0900 Subject: [PATCH] Modify back key behavior of TVApps. Change-Id: Iaea0b3e76c54fab38019a757dfb4bfd7f2fda744 --- TVApps/TVApps/Views/MainPage.xaml.cs | 1 + 1 file changed, 1 insertion(+) 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) -- 2.7.4