Various improvements

This commit is contained in:
Ilya Laktyushin
2025-05-20 22:30:48 +02:00
parent 62f156440f
commit 81e11d6d36
102 changed files with 3073 additions and 558 deletions

View File

@@ -57,7 +57,7 @@ func getWeather(context: AccountContext, load: Bool) -> Signal<StickerPickerScre
switch status {
case .notDetermined:
return .single(.notDetermined)
case .denied, .restricted, .unreachable:
case .denied, .restricted, .unreachable, .limited:
return .single(.notAllowed)
case .allowed:
if load {