dextorer / Sofa

A library for Android TV that extends the Leanback library functionalities
Other
148 stars 34 forks source link

Search Button Issue #4

Open msh-nayan opened 9 years ago

msh-nayan commented 9 years ago

I've seen another issue regarding Search Button. If I use your code for Custom Rows (that means, when useStandardAdapter = false & useStockBrowseFragment = false) and If I chose for HEADER_HIDDEN (browseFragment.setHeadersState(BrowseFragment.HEADERS_HIDDEN) or browseSupportFragment.setHeadersState(BrowseSupportFragment.HEADERS_HIDDEN)) on Main Screen, after that If I try to hide the Search button on Main Screen by just commenting browseSupportFragment.setOnSearchClickedListener(searchClickListener) or browseFragment.setOnSearchClickedListener(searchClickListener) .... then when you run the application, search icon will be focused first & then you can't move to your right side. I mean through remote control, you can't go to the items.