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

Method lockBySetupEmail

Telegram/SourceFiles/core/application.cpp:1312–1317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1310}
1311
1312void Application::lockBySetupEmail() {
1313 _setupEmailLock = true;
1314 enumerateWindows([&](not_null<Window::Controller*> w) {
1315 w->setupSetupEmailLock();
1316 });
1317}
1318
1319void Application::unlockSetupEmail() {
1320 _setupEmailLock = false;

Callers 1

SessionMethod · 0.80

Calls 1

setupSetupEmailLockMethod · 0.45

Tested by

no test coverage detected