Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 안드로이드 SDK 31버전에서 현재 위치가 표시되지 않던 버그를 수정하였습니다. #150

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ryu-xh
Copy link

@ryu-xh ryu-xh commented Aug 18, 2022

FusedLocationSource의 호출 시점을 변경하였습니다.

@@ -68,6 +72,7 @@ public void onMapReady(@NonNull NaverMap naverMap) {
lastTouch = System.currentTimeMillis();
}
});
naverMapSdk.flushCache(() -> Log.i("NaverMap", "Map Cache Clean"));
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이는 맵이 깜빡거리는 문제를 수정합니다.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No. It did NOT

slife518 pushed a commit to slife518/react-native-nmap that referenced this pull request Jul 7, 2023
@EPguy
Copy link

EPguy commented Apr 1, 2024

감사합니다!
참고로 아래 의존성도 추가해줘야 되네요. 앱꺼지는 분들 앱 모듈 build.gradle에 아래 의존성 한번 추가해보세요.
implementation("com.google.android.gms:play-services-location:21.0.1")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants