mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Various improvements
This commit is contained in:
@@ -966,7 +966,7 @@ private final class AdminUserActionsSheetComponent: Component {
|
||||
component: AnyComponent(PlainButtonComponent(
|
||||
content: AnyComponent(OptionsSectionFooterComponent(
|
||||
theme: environment.theme,
|
||||
text: self.isConfigurationExpanded ? partiallyRestrictTitle : fullyBanTitle,
|
||||
text: self.isConfigurationExpanded ? fullyBanTitle : partiallyRestrictTitle,
|
||||
fontSize: presentationData.listsFontSize.itemListBaseHeaderFontSize,
|
||||
isExpanded: self.isConfigurationExpanded
|
||||
)),
|
||||
|
||||
Reference in New Issue
Block a user