Skip to content

Commit

Permalink
Merge pull request #17 from scalardata-co-ltd/fix/TAS-460/nmap-sdk-up…
Browse files Browse the repository at this point in the history
…date

fix: null이면 오류가 나는 문제 수정
  • Loading branch information
ryu-xh authored Feb 27, 2024
2 parents 43bbe21 + 0ba9a34 commit 9171388
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ public LatLng getPointLatLng(float x, float y) {

public void onOptionChange() {
if (naverMap == null) {
return null;
return;
}
LocationTrackingMode trackingMode = naverMap.getLocationTrackingMode();

Expand Down

0 comments on commit 9171388

Please sign in to comment.