Fix flag id typo

This commit is contained in:
Ali 2023-08-07 16:46:44 +03:00
parent 85f13c3496
commit 8a3b039d42

View File

@ -35,7 +35,7 @@ func managedConfigurationUpdates(accountManager: AccountManager<TelegramAccountM
}
}
let blockedMode = (flags & 8) != 0
let blockedMode = (flags & (1 << 8)) != 0
updateNetworkSettingsInteractively(transaction: transaction, network: network, { settings in
var settings = settings