diff --git a/Telegram/Telegram-iOS/en.lproj/Localizable.strings b/Telegram/Telegram-iOS/en.lproj/Localizable.strings index 786ccb3610..8cd2b5429e 100644 --- a/Telegram/Telegram-iOS/en.lproj/Localizable.strings +++ b/Telegram/Telegram-iOS/en.lproj/Localizable.strings @@ -6290,4 +6290,4 @@ Sorry for the inconvenience."; "VoiceChat.LeaveConfirmation" = "Are you sure you want to leave this voice chat?"; "VoiceChat.LeaveVoiceChat" = "Leave Voice Chat"; -"VoiceChat.LeaveAndEndVoiceChat" = "Leave and End Voice Chat"; +"VoiceChat.LeaveAndEndVoiceChat" = "End Voice Chat"; diff --git a/submodules/ContactListUI/Sources/ContactsController.swift b/submodules/ContactListUI/Sources/ContactsController.swift index 8712b36085..1ec9005311 100644 --- a/submodules/ContactListUI/Sources/ContactsController.swift +++ b/submodules/ContactListUI/Sources/ContactsController.swift @@ -235,7 +235,6 @@ public class ContactsController: ViewController { scrollToEndIfExists = true } - let _ = (strongSelf.preloadedSticker.get() |> take(1) |> deliverOnMainQueue).start(next: { [weak self] greetingSticker in diff --git a/submodules/ShareController/Sources/ShareControllerNode.swift b/submodules/ShareController/Sources/ShareControllerNode.swift index 9a55e410bc..4d33c1a50f 100644 --- a/submodules/ShareController/Sources/ShareControllerNode.swift +++ b/submodules/ShareController/Sources/ShareControllerNode.swift @@ -594,13 +594,6 @@ final class ShareControllerNode: ViewControllerTracingNode, UIScrollViewDelegate self.animateOut(shared: true, completion: { }) self.completed?(peerIds) - - Queue.mainQueue().after(0.15) { - if self.hapticFeedback == nil { - self.hapticFeedback = HapticFeedback() - } - self.hapticFeedback?.success() - } } let fromForeignApp = self.fromForeignApp self.shareDisposable.set((signal