mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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(
|
startImplementation(
|
||||||
&_httpImplementation,
|
&_httpImplementation,
|
||||||
std::make_unique<HttpChecker>(_testing));
|
std::make_unique<HttpChecker>(_testing));
|
||||||
startImplementation(
|
|
||||||
&_mtpImplementation,
|
// AyuGram: removed
|
||||||
std::make_unique<MtpChecker>(_session, _testing));
|
if (false) {
|
||||||
|
startImplementation(
|
||||||
|
&_mtpImplementation,
|
||||||
|
std::make_unique<MtpChecker>(_session, _testing));
|
||||||
|
}
|
||||||
|
|
||||||
_checking.fire({});
|
_checking.fire({});
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue