Allow to open speed settings with ExoPlayer

This commit is contained in:
ByteHamster 2019-08-18 12:50:30 +02:00
parent 795952711e
commit 4b299fef41
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 {