mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Various improvements
This commit is contained in:
@@ -178,7 +178,7 @@ final class DrawingBubbleEntityView: DrawingEntityView {
|
||||
|
||||
fileprivate var minimumSize: CGSize {
|
||||
let minSize = min(self.bubbleEntity.referenceDrawingSize.width, self.bubbleEntity.referenceDrawingSize.height)
|
||||
return CGSize(width: minSize * 0.1, height: minSize * 0.1)
|
||||
return CGSize(width: minSize * 0.2, height: minSize * 0.2)
|
||||
}
|
||||
|
||||
override func point(inside point: CGPoint, with event: UIEvent?) -> Bool {
|
||||
|
||||
Reference in New Issue
Block a user