mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Fixed events handler of self forwards tagger.
Regression was introduced in e62a4b065a.
This commit is contained in:
@@ -415,7 +415,7 @@ void SelfForwardsTagger::setupToastTimer(
|
||||
return base::EventFilterResult::Continue;
|
||||
}
|
||||
return base::EventFilterResult::Continue;
|
||||
}, state->timerLifetime);
|
||||
}, widget->lifetime());
|
||||
|
||||
restartTimer(kInitTimer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user