line / abc-kmm-location

Location Service Manager for Kotlin Multiplatform Mobile iOS and Android
Apache License 2.0
88 stars 8 forks source link

Bugfix: ThrowInvalidMutabilityException in previousAuthorizationStatus. #8

Closed HanSJin closed 3 years ago

HanSJin commented 3 years ago

Summary

지난 #5 PR 변경의 영향으로 아래와 Crash 가 발생하는 현상 발견

image

이슈 해결을 위해 previousAuthorizationStatus 변수를 NativeAtomicReference 로 변경.