mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Pre-release improvements
This commit is contained in:
@@ -124,7 +124,7 @@ func _internal_cachedNotificationSoundListCacheKey() -> ItemCacheEntryId {
|
||||
return ItemCacheEntryId(collectionId: Namespaces.CachedItemCollection.notificationSoundList, key: key)
|
||||
}
|
||||
|
||||
func _internal_cachedNotificationSoundList(transaction: Transaction) -> NotificationSoundList? {
|
||||
public func _internal_cachedNotificationSoundList(transaction: Transaction) -> NotificationSoundList? {
|
||||
let cached = transaction.retrieveItemCacheEntry(id: _internal_cachedNotificationSoundListCacheKey())?.get(NotificationSoundList.self)
|
||||
if let cached = cached {
|
||||
return cached
|
||||
|
||||
Reference in New Issue
Block a user