mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -534,6 +534,10 @@ public final class WebAppController: ViewController, AttachmentContainable {
|
||||
self.hapticFeedback.impact(.medium)
|
||||
case "heavy":
|
||||
self.hapticFeedback.impact(.heavy)
|
||||
case "rigid":
|
||||
self.hapticFeedback.impact(.rigid)
|
||||
case "soft":
|
||||
self.hapticFeedback.impact(.soft)
|
||||
default:
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user