Add fix for missing play button when the audio is not sent in offline mode.
This commit is contained in:
parent
30cc3ff9fc
commit
e04381fd75
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue