-
Say I would like to limit myself to watching already registered or imported channels, what is the key code to comment out to disable the searching functionality (searching for new videos or channels)? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Probably the easiest way is to just remove the search button, since that's the only way of accessing the search functionality. You can do that by removing or commenting out the |
Beta Was this translation helpful? Give feedback.
-
Thanks very much. |
Beta Was this translation helpful? Give feedback.
Probably the easiest way is to just remove the search button, since that's the only way of accessing the search functionality. You can do that by removing or commenting out the
item
element (lines 5 through 10) in app/src/main/res/menu/menu_main_fragment.xml.