MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / checkActivation

Method checkActivation

Telegram/SourceFiles/mainwidget.cpp:2233–2238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2231}
2232
2233void MainWidget::checkActivation() {
2234 _history->checkActivation();
2235 if (_mainSection) {
2236 _mainSection->checkActivation();
2237 }
2238}
2239
2240void MainWidget::showAnimated(QPixmap oldContentCache, bool back) {
2241 _showAnimation = nullptr;

Callers 1

showAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected