mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Send non opaque images from pasteboard as stickers
Language suggestion alert Ability to create new contact from "tel:"-link context menu and chat search Upload date display for profile pictures Instant View improvements
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
import SwiftSignalKit
|
||||
import UIKit
|
||||
|
||||
func currentReduceMotionEnabled() -> Bool {
|
||||
return UIAccessibility.isReduceMotionEnabled
|
||||
}
|
||||
|
||||
func reduceMotionEnabled() -> Signal<Bool, NoError> {
|
||||
return Signal { subscriber in
|
||||
subscriber.putNext(UIAccessibility.isReduceMotionEnabled)
|
||||
|
||||
Reference in New Issue
Block a user