mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Fix flag id typo
This commit is contained in:
parent
85f13c3496
commit
8a3b039d42
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user