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