mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
fix: kill MTP updates checker
This commit is contained in:
parent
341cb062a4
commit
83e24449f5
1 changed files with 7 additions and 3 deletions
|
@ -1249,9 +1249,13 @@ void Updater::start(bool forceWait) {
|
|||
startImplementation(
|
||||
&_httpImplementation,
|
||||
std::make_unique<HttpChecker>(_testing));
|
||||
startImplementation(
|
||||
&_mtpImplementation,
|
||||
std::make_unique<MtpChecker>(_session, _testing));
|
||||
|
||||
// AyuGram: removed
|
||||
if (false) {
|
||||
startImplementation(
|
||||
&_mtpImplementation,
|
||||
std::make_unique<MtpChecker>(_session, _testing));
|
||||
}
|
||||
|
||||
_checking.fire({});
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue