Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 6fd0c77

Browse files
Kevin Lialexshalamov
authored andcommitted
Update map_snapshotter.cpp (#16308)
1 parent 09d307d commit 6fd0c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/android/src/snapshotter/map_snapshotter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ MapSnapshotter::MapSnapshotter(jni::JNIEnv& _env,
5757
if (styleJSON) {
5858
snapshotter->setStyleJSON(jni::Make<std::string>(_env, styleJSON));
5959
} else {
60-
snapshotter->setStyleJSON(jni::Make<std::string>(_env, styleURL));
60+
snapshotter->setStyleURL(jni::Make<std::string>(_env, styleURL));
6161
}
6262
}
6363

0 commit comments

Comments
 (0)