mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Storage Usage section improvements
This commit is contained in:
@@ -31,7 +31,7 @@ enum AutomaticDownloadDataUsage: Int {
|
||||
}
|
||||
}
|
||||
|
||||
class AutodownloadDataUsagePickerItem: ListViewItem, ItemListItem {
|
||||
final class AutodownloadDataUsagePickerItem: ListViewItem, ItemListItem {
|
||||
let theme: PresentationTheme
|
||||
let strings: PresentationStrings
|
||||
let value: AutomaticDownloadDataUsage
|
||||
@@ -93,7 +93,7 @@ private func generateKnobImage() -> UIImage? {
|
||||
})
|
||||
}
|
||||
|
||||
class AutodownloadDataUsagePickerItemNode: ListViewItemNode {
|
||||
private final class AutodownloadDataUsagePickerItemNode: ListViewItemNode {
|
||||
private let backgroundNode: ASDisplayNode
|
||||
private let topStripeNode: ASDisplayNode
|
||||
private let bottomStripeNode: ASDisplayNode
|
||||
|
||||
Reference in New Issue
Block a user