mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 11:51:10 +01:00
Fix waveform array out of bounds.
This commit is contained in:
committed by
Greyson Parrelli
parent
26a9dd98c1
commit
91b142e0d9
@@ -168,7 +168,7 @@ public final class AudioView extends FrameLayout implements AudioSlidePlayer.Lis
|
||||
}
|
||||
waveFormView.setWaveData(data.getWaveForm());
|
||||
},
|
||||
e -> waveFormView.setWaveMode(false));
|
||||
() -> waveFormView.setWaveMode(false));
|
||||
} else {
|
||||
waveFormView.setWaveMode(false);
|
||||
if (duration != null) {
|
||||
|
||||
Reference in New Issue
Block a user