2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Fixed possible crash in OverlayWidget when video continues from PiP.

This commit is contained in:
23rd
2021-06-24 12:04:21 +03:00
committed by John Preston
parent 6b62ec97c6
commit 7decf68122
5 changed files with 47 additions and 21 deletions

View File

@@ -21,7 +21,7 @@ struct OpenRequest;
namespace Window {
class Controller final {
class Controller final : public base::has_weak_ptr {
public:
Controller();
~Controller();