Merge commit '2732fe476e67012e32936fbb5e5553167febd9c2'

This commit is contained in:
Ali 2021-03-15 19:03:56 +04:00
commit 9c02554d16
3 changed files with 1 additions and 9 deletions

View File

@ -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";

View File

@ -235,7 +235,6 @@ public class ContactsController: ViewController {
scrollToEndIfExists = true
}
let _ = (strongSelf.preloadedSticker.get()
|> take(1)
|> deliverOnMainQueue).start(next: { [weak self] greetingSticker in

View File

@ -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