mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-25 17:00:50 +02:00
chore: migrate to new version + fixed several critical bugs
- Migrated project to latest Telegram iOS base (v12.3.2+) - Fixed circular dependency between GhostModeManager and MiscSettingsManager - Fixed multiple Bazel build configuration errors (select() default conditions) - Fixed duplicate type definitions in PeerInfoScreen - Fixed swiftmodule directory resolution in build scripts - Added Ghostgram Settings tab in main Settings menu with all 5 features - Cleared sensitive credentials from config.json (template-only now) - Excluded bazel-cache from version control
This commit is contained in:
-3
@@ -339,8 +339,6 @@ final class EditableTokenListNode: ASDisplayNode, UITextFieldDelegate {
|
||||
self.scrollNode.addSubnode(self.placeholderNode)
|
||||
self.scrollNode.addSubnode(self.textFieldScrollNode)
|
||||
self.textFieldScrollNode.addSubnode(self.textFieldNode)
|
||||
//self.scrollNode.addSubnode(self.caretIndicatorNode)
|
||||
self.clipsToBounds = true
|
||||
|
||||
self.textFieldNode.textField.delegate = self
|
||||
self.textFieldNode.textField.addTarget(self, action: #selector(self.textFieldChanged(_:)), for: .editingChanged)
|
||||
@@ -383,7 +381,6 @@ final class EditableTokenListNode: ASDisplayNode, UITextFieldDelegate {
|
||||
let sideInset: CGFloat = 12.0 + leftInset
|
||||
let verticalInset: CGFloat = 6.0
|
||||
|
||||
|
||||
var animationDelay = 0.0
|
||||
var currentOffset = CGPoint(x: sideInset, y: verticalInset)
|
||||
for token in tokens {
|
||||
|
||||
Reference in New Issue
Block a user