mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Handle t.me/bg links with wallpapers / colors.
This commit is contained in:
@@ -411,7 +411,7 @@ void Widget::hideSlow() {
|
||||
auto [left, right] = base::make_binary_guard();
|
||||
_hidingDelayed = std::move(left);
|
||||
App::CallDelayed(st::notifySlowHide, this, [=, guard = std::move(right)] {
|
||||
if (guard.alive() && _hiding) {
|
||||
if (guard && _hiding) {
|
||||
hideFast();
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user