mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Fixed minor bug on emulator layout
This commit is contained in:
parent
5b3254cc31
commit
fa727e740f
1 changed files with 4 additions and 4 deletions
|
@ -41,12 +41,12 @@ class SettingsPlayer : PreferenceFragmentCompat() {
|
|||
listOf(
|
||||
R.string.pref_category_gestures_key,
|
||||
R.string.rotate_video_key,
|
||||
R.string.auto_rotate_video_key,
|
||||
R.string.preview_seekbar_key
|
||||
R.string.auto_rotate_video_key
|
||||
),
|
||||
TV or EMULATOR
|
||||
)
|
||||
|
||||
|
||||
getPref(R.string.preview_seekbar_key)?.hideOn(TV)
|
||||
getPref(R.string.pref_category_android_tv_key)?.hideOn(PHONE)
|
||||
|
||||
getPref(R.string.video_buffer_length_key)?.setOnPreferenceClickListener {
|
||||
|
@ -244,4 +244,4 @@ class SettingsPlayer : PreferenceFragmentCompat() {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue