Improve music sharing from iCloud Drive

This commit is contained in:
Ilya Laktyushin
2020-10-06 23:45:05 +04:00
parent 814618bcf4
commit 80513512e4
3 changed files with 28 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ class ChatMessageFileBubbleContentNode: ChatMessageBubbleContentNode {
if case let .linear(_, bottom) = position {
if case .Neighbour = bottom {
bottomInset -= 20.0
bottomInset -= 24.0
}
}