mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Implement a playback speed toggle for voice notes.
This commit is contained in:
@@ -576,6 +576,10 @@ final class MediaGalleryAllAdapter extends StickyHeaderGridAdapter {
|
||||
audioItemListener.onStopAndReset(audioUri);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onSpeedChanged(float speed, boolean isPlaying) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onProgressUpdated(long durationMillis, long playheadMillis) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user