Various theming fixes

This commit is contained in:
Ilya Laktyushin
2019-12-16 10:33:16 +04:00
parent 26f89fedef
commit 62ae89d18b
29 changed files with 302 additions and 174 deletions

View File

@@ -22,7 +22,7 @@ public extension TelegramWallpaper {
var isColorOrGradient: Bool {
switch self {
case .color, .gradient:
case .color, .gradient:
return true
default:
return false