mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Refactoring
This commit is contained in:
parent
1b1846dc63
commit
9a075fa39e
360 changed files with 1830 additions and 1713 deletions
|
|
@ -1131,7 +1131,7 @@ public class ContactsPeerItemNode: ItemListRevealOptionsItemNode {
|
|||
lineWidth: 1.33,
|
||||
inactiveLineWidth: 1.33
|
||||
),
|
||||
transition: animated ? Transition(animation: .curve(duration: 0.25, curve: .easeInOut)) : .immediate
|
||||
transition: animated ? ComponentTransition(animation: .curve(duration: 0.25, curve: .easeInOut)) : .immediate
|
||||
)
|
||||
|
||||
if strongSelf.avatarTapRecognizer == nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue