mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +02:00
Fixed playback of recorded but not sent voice messages.
This commit is contained in:
parent
8f0ba749d1
commit
0fbd7d1a3b
1 changed files with 1 additions and 0 deletions
|
@ -408,6 +408,7 @@ void ListenWrap::initPlayButton() {
|
|||
using State = TrackState;
|
||||
|
||||
_mediaView->setBytes(_data->bytes);
|
||||
_document->size = _data->bytes.size();
|
||||
_document->type = VoiceDocument;
|
||||
|
||||
const auto &play = _playPauseSt.playOuter;
|
||||
|
|
Loading…
Add table
Reference in a new issue