Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'android/src/com/mapswithme/maps/downloader/MapManager.java')
-rw-r--r--android/src/com/mapswithme/maps/downloader/MapManager.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/src/com/mapswithme/maps/downloader/MapManager.java b/android/src/com/mapswithme/maps/downloader/MapManager.java
index 23a748bb32..953c99f3fd 100644
--- a/android/src/com/mapswithme/maps/downloader/MapManager.java
+++ b/android/src/com/mapswithme/maps/downloader/MapManager.java
@@ -436,7 +436,8 @@ public final class MapManager
public static native @Nullable String nativeGetSelectedCountry();
public static native boolean nativeIsUrlSupported(@NonNull String url);
- public static native @NonNull String nativeGetFilePathByUrl(@NonNull String url);
+ @NonNull
+ public static native String nativeGetFilePathByUrl(@NonNull String url);
public static native void nativeOnDownloadFinished(boolean status, long id);
public static native void nativeOnDownloadProgress(long id, long bytesDownloaded, long bytesTotal);