mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Don't pause video on viewer drag.
This commit is contained in:
parent
9aec6b6496
commit
40b0854704
2 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b7a710516bb8337233f8ac685bba507643d8ce19
|
||||
Subproject commit eaf4437e49f7198a7df6126b8f95f1fd78e05dce
|
Loading…
Add table
Reference in a new issue