mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-08 09:49:51 +00:00
Hide in-progress features
This commit is contained in:
parent
66f78a352a
commit
43bb746776
2
MODULE.bazel.lock
generated
2
MODULE.bazel.lock
generated
@ -159,7 +159,7 @@
|
|||||||
"moduleExtensions": {
|
"moduleExtensions": {
|
||||||
"@@apple_support+//crosstool:setup.bzl%apple_cc_configure_extension": {
|
"@@apple_support+//crosstool:setup.bzl%apple_cc_configure_extension": {
|
||||||
"general": {
|
"general": {
|
||||||
"bzlTransitiveDigest": "Ync9nL0AbHC6ondeEY7fBjBjLxojTsiXcJh65ZDTRlA=",
|
"bzlTransitiveDigest": "IK7QnlhcNBu2jc4wZoGZeDTu3keF2LldFiFUINRcKvo=",
|
||||||
"usagesDigest": "lfcV4HxPD+NLaRIT/v7BtSGFgE7c9xrWU7jDiwBAxzo=",
|
"usagesDigest": "lfcV4HxPD+NLaRIT/v7BtSGFgE7c9xrWU7jDiwBAxzo=",
|
||||||
"recordedFileInputs": {},
|
"recordedFileInputs": {},
|
||||||
"recordedDirentsInputs": {},
|
"recordedDirentsInputs": {},
|
||||||
|
|||||||
@ -1917,7 +1917,7 @@ final class PeerInfoHeaderNode: ASDisplayNode {
|
|||||||
let apparentBackgroundHeight = (1.0 - transitionFraction) * backgroundHeight + transitionFraction * transitionSourceHeight
|
let apparentBackgroundHeight = (1.0 - transitionFraction) * backgroundHeight + transitionFraction * transitionSourceHeight
|
||||||
|
|
||||||
var subtitleRatingSize: CGSize?
|
var subtitleRatingSize: CGSize?
|
||||||
if let cachedData = cachedData as? CachedUserData, let starRating = cachedData.starRating {
|
if !"".isEmpty, let cachedData = cachedData as? CachedUserData, let starRating = cachedData.starRating {
|
||||||
let subtitleRating: ComponentView<Empty>
|
let subtitleRating: ComponentView<Empty>
|
||||||
var subtitleRatingTransition = ComponentTransition(transition)
|
var subtitleRatingTransition = ComponentTransition(transition)
|
||||||
if let current = self.subtitleRating {
|
if let current = self.subtitleRating {
|
||||||
|
|||||||
@ -11710,7 +11710,7 @@ final class PeerInfoScreenNode: ViewControllerTracingNode, PeerInfoScreenNodePro
|
|||||||
}
|
}
|
||||||
})))
|
})))
|
||||||
|
|
||||||
if pane.canReorder() {
|
/*if pane.canReorder() {
|
||||||
items.append(.action(ContextMenuActionItem(text: self.presentationData.strings.BotPreviews_MenuReorder, icon: { theme in
|
items.append(.action(ContextMenuActionItem(text: self.presentationData.strings.BotPreviews_MenuReorder, icon: { theme in
|
||||||
return generateTintedImage(image: UIImage(bundleImageName: "Chat/Context Menu/ReorderItems"), color: theme.contextMenu.primaryColor)
|
return generateTintedImage(image: UIImage(bundleImageName: "Chat/Context Menu/ReorderItems"), color: theme.contextMenu.primaryColor)
|
||||||
}, action: { [weak pane] _, a in
|
}, action: { [weak pane] _, a in
|
||||||
@ -11742,7 +11742,7 @@ final class PeerInfoScreenNode: ViewControllerTracingNode, PeerInfoScreenNodePro
|
|||||||
pane.presentDeleteCurrentStoryFolder()
|
pane.presentDeleteCurrentStoryFolder()
|
||||||
}
|
}
|
||||||
})))
|
})))
|
||||||
}
|
}*/
|
||||||
|
|
||||||
if let language = pane.currentBotPreviewLanguage {
|
if let language = pane.currentBotPreviewLanguage {
|
||||||
items.append(.action(ContextMenuActionItem(text: self.presentationData.strings.BotPreviews_MenuDeleteLanguage(language.name).string, textColor: .destructive, icon: { theme in
|
items.append(.action(ContextMenuActionItem(text: self.presentationData.strings.BotPreviews_MenuDeleteLanguage(language.name).string, textColor: .destructive, icon: { theme in
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user