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 maxVideoHeight
) )
) )
// Allows any seeking to be +- 0.3s to allow for faster seeking
.setSeekParameters(SeekParameters(300_000, 300_000))
.setLoadControl( .setLoadControl(
DefaultLoadControl.Builder() DefaultLoadControl.Builder()
.setTargetBufferBytes( .setTargetBufferBytes(

View file

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