Add fix for missing play button when the audio is not sent in offline mode.

This commit is contained in:
Bishal 2024-02-09 23:54:42 +05:30 committed by Alex Hart
parent 30cc3ff9fc
commit e04381fd75

View file

@ -202,6 +202,7 @@ public final class AudioView extends FrameLayout {
} else if (showControls && audio.getTransferState() == AttachmentTable.TRANSFER_PROGRESS_STARTED) {
controlToggle.displayQuick(progressAndPlay);
seekBar.setEnabled(false);
showPlayButton();
if (circleProgress != null) {
circleProgress.setVisibility(View.VISIBLE);
circleProgress.spin();