mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Refactor string generation
This commit is contained in:
@@ -705,7 +705,7 @@ open class ItemListControllerNode: ASDisplayNode {
|
||||
}
|
||||
|
||||
self.listNode.accessibilityPageScrolledString = { row, count in
|
||||
return transition.strings.VoiceOver_ScrollStatus(row, count).0
|
||||
return transition.strings.VoiceOver_ScrollStatus(row, count).string
|
||||
}
|
||||
|
||||
var updateToolbarItem = false
|
||||
|
||||
Reference in New Issue
Block a user