Fixed events handler of self forwards tagger.

Regression was introduced in e62a4b065a.
This commit is contained in:
23rd
2025-11-19 11:06:03 +03:00
committed by John Preston
parent 4f5007ea64
commit 5054d0615e
@@ -415,7 +415,7 @@ void SelfForwardsTagger::setupToastTimer(
return base::EventFilterResult::Continue;
}
return base::EventFilterResult::Continue;
}, state->timerLifetime);
}, widget->lifetime());
restartTimer(kInitTimer);
}