mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Made repository focusable on FireStick 💀
This commit is contained in:
parent
4f8f5024cb
commit
4385d4d2cc
2 changed files with 3 additions and 1 deletions
|
@ -76,7 +76,7 @@ class RepoAdapter(
|
|||
imageClickCallback(repositoryData)
|
||||
}
|
||||
|
||||
itemView.setOnClickListener {
|
||||
itemView.repository_item_root?.setOnClickListener {
|
||||
clickCallback(repositoryData)
|
||||
}
|
||||
itemView.main_text?.text = repositoryData.name
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
android:background="@drawable/outline_drawable"
|
||||
android:nextFocusRight="@id/action_button"
|
||||
android:orientation="horizontal"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:padding="12dp">
|
||||
|
||||
<ImageView
|
||||
|
|
Loading…
Reference in a new issue