mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user