Merge pull request #3327 from ByteHamster/playback-speed-setting

Allow to open speed settings with ExoPlayer
This commit is contained in:
H. Lehmann 2019-08-18 13:09:13 +02:00 committed by GitHub
commit 896a32bff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ public class VariableSpeedDialog {
public static void showDialog(final Context context) {
if (org.antennapod.audio.MediaPlayer.isPrestoLibraryInstalled(context)
|| UserPreferences.useSonic()
|| UserPreferences.useExoplayer()
|| Build.VERSION.SDK_INT >= 23) {
showSpeedSelectorDialog(context);
} else {