summaryrefslogtreecommitdiff
path: root/platform/android/src/jni_native.cpp
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2019-10-07 15:43:09 +0300
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-01-13 10:57:23 +0200
commit6ddff19ceedb8f6cb095792b90121330afcc38cf (patch)
tree79d2911b5964c8a189eef7bd33618f1270bfa344 /platform/android/src/jni_native.cpp
parent1e6ad7651650d39cdfae03bacd74144d25fbbf23 (diff)
downloadqtlocation-mapboxgl-6ddff19ceedb8f6cb095792b90121330afcc38cf.tar.gz
[android] Use new FileSourceManager interface
Use new interface for android jni adaptation classes.
Diffstat (limited to 'platform/android/src/jni_native.cpp')
-rw-r--r--platform/android/src/jni_native.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/src/jni_native.cpp b/platform/android/src/jni_native.cpp
index bcbdfcf484..d6b03d981e 100644
--- a/platform/android/src/jni_native.cpp
+++ b/platform/android/src/jni_native.cpp
@@ -66,7 +66,7 @@ void registerNatives(JavaVM *vm) {
jni::JNIEnv& env = jni::GetEnv(*vm, jni::jni_version_1_6);
- // For the DefaultFileSource
+ // For the FileSource
static mbgl::util::RunLoop mainRunLoop;
FileSource::registerNative(env);