mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
This commit is contained in:
commit
28b48c1758
@ -1403,7 +1403,7 @@ final class ComposePollScreenComponent: Component {
|
||||
}
|
||||
}
|
||||
|
||||
if previousEditingTag !== self.currentEditingTag, self.currentInputMode != .keyboard {
|
||||
if let currentEditingTag = self.currentEditingTag, previousEditingTag !== currentEditingTag, self.currentInputMode != .keyboard {
|
||||
DispatchQueue.main.async { [weak self] in
|
||||
guard let self else {
|
||||
return
|
||||
|
@ -616,10 +616,6 @@ private final class AdminUserActionsSheetComponent: Component {
|
||||
canBanEveryone = false
|
||||
continue
|
||||
}
|
||||
if let banInfo = peer.participant.banInfo, !banInfo.isMember {
|
||||
canBanEveryone = false
|
||||
continue
|
||||
}
|
||||
|
||||
switch peer.participant {
|
||||
case .creator:
|
||||
|
Loading…
x
Reference in New Issue
Block a user