mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Search filters improvements
This commit is contained in:
@@ -8,15 +8,11 @@ import SwiftSignalKit
|
||||
import TelegramPresentationData
|
||||
import LegacyComponents
|
||||
import AccountContext
|
||||
import ChatInterfaceState
|
||||
|
||||
private let offsetThreshold: CGFloat = 10.0
|
||||
private let dismissOffsetThreshold: CGFloat = 70.0
|
||||
|
||||
enum ChatTextInputMediaRecordingButtonMode: Int32 {
|
||||
case audio = 0
|
||||
case video = 1
|
||||
}
|
||||
|
||||
private func findTargetView(_ view: UIView, point: CGPoint) -> UIView? {
|
||||
if view.bounds.contains(point) && view.tag == 0x01f2bca {
|
||||
return view
|
||||
|
||||
Reference in New Issue
Block a user