Yuto Tokunaga 46faaac4b2
fix(ios): use existing CLLocationManager for authorizationStatus check
Avoid creating a throwaway CLLocationManager() on the main thread in
currentPermissions(). Route through NodeAppModel.locationAuthorizationStatus()
which reads from the delegate-managed LocationService instance instead.
2026-03-21 14:22:03 +09:00
..