This commit is contained in:
Peter
2019-08-02 12:43:34 +03:00
parent ee3142966e
commit e857463a93

View File

@@ -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