From e857463a93e83db6d83226ee27271da09f2eb094 Mon Sep 17 00:00:00 2001 From: Peter <> Date: Fri, 2 Aug 2019 12:43:34 +0300 Subject: [PATCH] Cleanup --- .../TelegramPresentationData/Sources/WallpaperUtils.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/submodules/TelegramPresentationData/Sources/WallpaperUtils.swift b/submodules/TelegramPresentationData/Sources/WallpaperUtils.swift index 78c1a8f067..643d8de83e 100644 --- a/submodules/TelegramPresentationData/Sources/WallpaperUtils.swift +++ b/submodules/TelegramPresentationData/Sources/WallpaperUtils.swift @@ -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