forked from recloudstream/cloudstream
Fix bookmark button for emulator layout
This commit is contained in:
parent
3e09ea9704
commit
7e28517e5b
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ open class ResultFragment : ResultTrailerPlayer() {
|
||||||
result_reload_connection_open_in_browser?.isVisible = true
|
result_reload_connection_open_in_browser?.isVisible = true
|
||||||
}
|
}
|
||||||
2 -> {
|
2 -> {
|
||||||
result_bookmark_fab?.isGone = isTvSettings()
|
result_bookmark_fab?.isGone = isTrueTvSettings()
|
||||||
result_bookmark_fab?.extend()
|
result_bookmark_fab?.extend()
|
||||||
//if (result_bookmark_button?.context?.isTrueTvSettings() == true) {
|
//if (result_bookmark_button?.context?.isTrueTvSettings() == true) {
|
||||||
// when {
|
// when {
|
||||||
|
|
Loading…
Reference in a new issue