Location view fixes

This commit is contained in:
Ilya Laktyushin
2020-10-29 15:32:45 +04:00
parent 5c1155d66d
commit 7666f05864
5 changed files with 3751 additions and 3727 deletions

View File

@@ -424,6 +424,7 @@ final class LocationViewControllerNode: ViewControllerTracingNode, CLLocationMan
if let currentProximityNotification = proximityNotification, currentProximityNotification && state.cancellingProximityRadius {
proximityNotification = false
proximityNotificationRadius = nil
} else if let radius = state.updatingProximityRadius {
proximityNotification = true
proximityNotificationRadius = radius