mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Comments [WIP]
This commit is contained in:
parent
00642ecbe7
commit
d94d771feb
23 changed files with 1075 additions and 919 deletions
|
|
@ -37,8 +37,6 @@ private func isLocked(passcodeSettings: PresentationPasscodeSettings, state: Loc
|
|||
}
|
||||
|
||||
private func getCoveringViewSnaphot(window: Window1) -> UIImage? {
|
||||
print("getCoveringViewSnaphot")
|
||||
|
||||
let scale: CGFloat = 0.5
|
||||
let unscaledSize = window.hostView.containerView.frame.size
|
||||
return generateImage(CGSize(width: floor(unscaledSize.width * scale), height: floor(unscaledSize.height * scale)), rotatedContext: { size, context in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue