mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Refactor string generation
This commit is contained in:
@@ -581,7 +581,7 @@ public final class ChatHistoryListNode: ListView, ChatHistoryNode {
|
||||
|
||||
self.accessibilityPageScrolledString = { [weak self] row, count in
|
||||
if let strongSelf = self {
|
||||
return strongSelf.currentPresentationData.strings.VoiceOver_ScrollStatus(row, count).0
|
||||
return strongSelf.currentPresentationData.strings.VoiceOver_ScrollStatus(row, count).string
|
||||
} else {
|
||||
return ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user