mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-01 01:45:06 +00:00
Handle t.me/bg links with wallpapers / colors.
This commit is contained in:
@@ -301,11 +301,11 @@ void ConcurrentTimer::cancelAndSchedule(int timeout) {
|
||||
runner = _runner,
|
||||
guard = std::move(guards.second)
|
||||
]() mutable {
|
||||
if (!guard.alive()) {
|
||||
if (!guard) {
|
||||
return;
|
||||
}
|
||||
runner([=, guard = std::move(guard)] {
|
||||
if (!guard.alive()) {
|
||||
if (!guard) {
|
||||
return;
|
||||
}
|
||||
timerEvent();
|
||||
|
||||
Reference in New Issue
Block a user