Skip to content

Commit 29f3b49

Browse files
committed
πŸ› [fix] 둜그인 ν›„ 메인화면 μ§„μž… μ‹œ μœ„μΉ˜ κΆŒν•œμ„ μš”μ²­ν•˜λ„λ‘ κ°œμ„ 
1 parent 3f7a45e commit 29f3b49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

β€ŽFitfty/Projects/Core/Sources/Utilities/LocationManager.swiftβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public final class LocationManager: NSObject {
3434
guard _location.value == nil else {
3535
return Empty().eraseToAnyPublisher()
3636
}
37+
requestWhenInUseAuthorization()
3738
manager.startUpdatingLocation()
3839
return _location
3940
.eraseToAnyPublisher()

0 commit comments

Comments
Β (0)