mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Don't pause video on viewer drag.
This commit is contained in:
@@ -6050,7 +6050,7 @@ void OverlayWidget::handleMouseRelease(
|
||||
} else if (_over == Over::Video && _down == Over::Video) {
|
||||
if (_stories) {
|
||||
_stories->contentPressed(false);
|
||||
} else if (_streamed) {
|
||||
} else if (_streamed && !_window->mousePressCancelled()) {
|
||||
playbackPauseResume();
|
||||
}
|
||||
} else if (_pressed) {
|
||||
|
Submodule Telegram/lib_ui updated: b7a710516b...eaf4437e49
Reference in New Issue
Block a user