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

Commit

Permalink
Update map_snapshotter.cpp (#16308)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Li authored and alexshalamov committed Mar 16, 2020
1 parent 09d307d commit 434b100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/android/src/snapshotter/map_snapshotter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ MapSnapshotter::MapSnapshotter(jni::JNIEnv& _env,
if (styleJSON) {
snapshotter->setStyleJSON(jni::Make<std::string>(_env, styleJSON));
} else {
snapshotter->setStyleJSON(jni::Make<std::string>(_env, styleURL));
snapshotter->setStyleURL(jni::Make<std::string>(_env, styleURL));
}
}

Expand Down

0 comments on commit 434b100

Please sign in to comment.