mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Cleanup
This commit is contained in:
@@ -2,7 +2,7 @@ import Foundation
|
||||
import TelegramCore
|
||||
|
||||
public extension TelegramWallpaper {
|
||||
public var isEmpty: Bool {
|
||||
var isEmpty: Bool {
|
||||
switch self {
|
||||
case .image:
|
||||
return false
|
||||
@@ -19,7 +19,7 @@ public extension TelegramWallpaper {
|
||||
}
|
||||
}
|
||||
|
||||
public var isBuiltin: Bool {
|
||||
var isBuiltin: Bool {
|
||||
switch self {
|
||||
case .builtin:
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user