mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 15:04:57 +00:00
fix: kill MTP updates checker
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user