Focus list manipulation code is updated. 54/148854/1
authorSung-jae Park <nicesj@nicesj.com>
Mon, 11 Sep 2017 05:00:57 +0000 (14:00 +0900)
committerSung-jae Park <nicesj@nicesj.com>
Mon, 11 Sep 2017 05:00:57 +0000 (14:00 +0900)
Like the ImageTab, the VideoTab also be required to defer the building of the focus list.

Change-Id: I9df5363aba1ed1bde56c8c6a7f28cf6cb89eef29
Signed-off-by: Sung-jae Park <nicesj@nicesj.com>
TVMediaHub/TVMediaHub.Tizen/Views/VideoTab.xaml.cs

index 92cdc8a..57acd3b 100755 (executable)
@@ -339,7 +339,7 @@ namespace TVMediaHub.Tizen.Views
 
                 groupView.PropertyChanged += (se, ev) =>
                 {
-                    if (ev.PropertyName.Equals("X"))
+                    if (ev.PropertyName.Equals("ItemsSource"))
                     {
                         groupView.BottomFocusList.ForEach((item) =>
                         {