Merge pull request #3327 from ByteHamster/playback-speed-setting
Allow to open speed settings with ExoPlayer
This commit is contained in:
commit
896a32bff0
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue