mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Temp
This commit is contained in:
@@ -43,7 +43,7 @@ public final class ProxyServerActionSheetController: ActionSheetController {
|
||||
}
|
||||
strongSelf.isDismissed = true
|
||||
if success {
|
||||
strongSelf.present(OverlayStatusController(theme: theme, strings: strings, type: .shieldSuccess(strings.SocksProxySetup_ProxyEnabled, false)), in: .window(.root))
|
||||
strongSelf.present(OverlayStatusController(theme: theme, type: .shieldSuccess(strings.SocksProxySetup_ProxyEnabled, false)), in: .window(.root))
|
||||
}
|
||||
strongSelf.dismissAnimated()
|
||||
}, present: { [weak self] c, a in
|
||||
|
||||
Reference in New Issue
Block a user