Changed SeekParameters to allow for faster seeking + fixed apk installer text

This commit is contained in:
Blatzar 2022-12-23 17:33:54 +01:00
parent 23973042f4
commit b6b7cceea5
2 changed files with 3 additions and 1 deletions

View File

@ -690,6 +690,8 @@ class CS3IPlayer : IPlayer {
maxVideoHeight
)
)
// Allows any seeking to be +- 0.3s to allow for faster seeking
.setSeekParameters(SeekParameters(300_000, 300_000))
.setLoadControl(
DefaultLoadControl.Builder()
.setTargetBufferBytes(

View File

@ -137,7 +137,7 @@ class SettingsUpdates : PreferenceFragmentCompat() {
activity?.showBottomDialog(
prefNames.toList(),
prefValues.indexOf(currentInstaller),
getString(R.string.app_layout),
getString(R.string.apk_installer_settings),
true,
{}) {
try {