mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-05-21 18:20:41 +00:00
Various improvements
This commit is contained in:
+1
-3
@@ -379,9 +379,7 @@ private final class AdminUserActionsContentComponent: Component {
|
||||
func update(component: AdminUserActionsContentComponent, availableSize: CGSize, state: EmptyComponentState, environment: Environment<ViewControllerComponentContainer.Environment>, transition: ComponentTransition) -> CGSize {
|
||||
let environment = environment[ViewControllerComponentContainer.Environment.self].value
|
||||
let sideInset: CGFloat = 16.0
|
||||
var contentHeight: CGFloat = 76.0
|
||||
|
||||
contentHeight += 15.0
|
||||
var contentHeight: CGFloat = 76.0 + 15.0
|
||||
|
||||
let availableOptions = availableAdminUserActionOptionSections(
|
||||
accountPeerId: component.context.account.peerId,
|
||||
|
||||
+585
-722
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user