Keep keyboard static during authorization sequence on iOS 16

This commit is contained in:
Ilya Laktyushin
2022-11-29 20:57:59 +04:00
parent e70d6867d9
commit 9f69dd9012
9 changed files with 61 additions and 9 deletions

View File

@@ -2297,7 +2297,7 @@ public final class ChatListNode: ListView {
isEmpty = true
loop1: for entry in transition.chatListView.filteredEntries {
switch entry {
case .GroupReferenceEntry, .HeaderEntry, .HoleEntry:
case .HeaderEntry, .HoleEntry:
break
default:
if case .ArchiveIntro = entry {