projects
/
profile
/
tv
/
apps
/
dotnet
/
home.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64f7953
)
Modify back key behavior of TVApps.
author
cskim
<charles0.kim@samsung.com>
Fri, 24 Mar 2017 01:49:23 +0000
(10:49 +0900)
committer
ChulSeung Kim
<charles0.kim@samsung.com>
Thu, 8 Jun 2017 09:34:50 +0000
(18:34 +0900)
Change-Id: Iaea0b3e76c54fab38019a757dfb4bfd7f2fda744
TVApps/TVApps/Views/MainPage.xaml.cs
patch
|
blob
|
history
diff --git
a/TVApps/TVApps/Views/MainPage.xaml.cs
b/TVApps/TVApps/Views/MainPage.xaml.cs
index a3bdb13f487d8da2e2208aad54b74c4cfd5f94b4..50f64090d46d05a872a7b37eb21db2f8bd04e208 100644
(file)
--- 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<MainPage, string>(this, "ChangeCurrentStatus", AppsStatus.Default.ToString());
+ return true;
}
if (!AppList.IsFirstItemFocused)