2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Play video userpics in profiles and settings.

This commit is contained in:
John Preston
2020-07-03 15:57:22 +04:00
parent 8c45b5e0f8
commit 060fe6a928
3 changed files with 154 additions and 4 deletions

View File

@@ -816,8 +816,7 @@ int EditCaptionBox::errorTopSkip() const {
void EditCaptionBox::checkStreamedIsStarted() {
if (!_streamed) {
return;
}
if (_streamed->paused()) {
} else if (_streamed->paused()) {
_streamed->resume();
}
if (!_streamed->active() && !_streamed->failed()) {