mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Temp
This commit is contained in:
@@ -191,6 +191,10 @@ public final class PasscodeEntryController: ViewController {
|
||||
}
|
||||
}
|
||||
|
||||
public func ensureInputFocused() {
|
||||
self.controllerNode.activateInput()
|
||||
}
|
||||
|
||||
public func requestBiometrics(force: Bool = false) {
|
||||
guard case let .enabled(data) = self.biometrics, let _ = LocalAuth.biometricAuthentication else {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user