diff options
author | tobrun <tobrun.van.nuland@gmail.com> | 2018-07-17 15:05:53 +0200 |
---|---|---|
committer | tobrun <tobrun.van.nuland@gmail.com> | 2018-07-23 17:58:17 +0200 |
commit | f400615dc87c5583d5faabbb61287155ee500971 (patch) | |
tree | d4a48e709f389cafcc80bc969fe4e2f4152f1de6 /platform/android/src | |
parent | 681e0141de63d0d5a545e87c40216163b2d63fc6 (diff) | |
download | qtlocation-mapboxgl-upstream/tvn-http-module.tar.gz |
[android] - modularise used http clientupstream/tvn-http-module
Diffstat (limited to 'platform/android/src')
-rw-r--r-- | platform/android/src/http_file_source.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/src/http_file_source.cpp b/platform/android/src/http_file_source.cpp index cda84209ea..fc7ffbec8c 100644 --- a/platform/android/src/http_file_source.cpp +++ b/platform/android/src/http_file_source.cpp @@ -20,7 +20,7 @@ public: class HTTPRequest : public AsyncRequest { public: - static constexpr auto Name() { return "com/mapbox/mapboxsdk/http/HTTPRequest"; }; + static constexpr auto Name() { return "com/mapbox/mapboxsdk/http/NativeHttpRequest"; }; HTTPRequest(jni::JNIEnv&, const Resource&, FileSource::Callback); ~HTTPRequest(); |