mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -103,7 +103,11 @@ class ChatMessageFileBubbleContentNode: ChatMessageBubbleContentNode {
|
||||
|
||||
if case let .linear(_, bottom) = position {
|
||||
if case .Neighbour(_, _, .condensed) = bottom {
|
||||
bottomInset -= 24.0
|
||||
if selectedFile?.isMusic ?? false {
|
||||
bottomInset -= 14.0
|
||||
} else {
|
||||
bottomInset -= 10.0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user