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:
authorDmitry Kunin <dkunin@mapswith.me>2013-12-17 17:26:25 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:08:59 +0300
commit4dffa878d85be17b4afe82a1de5160d0439ac234 (patch)
tree64809a17c00419740398c1c4296a87e12d224730 /android/jni/com/mapswithme/maps/Framework.cpp
parente33784718e75ac1216f2a0943f27d183152013cc (diff)
[AND] Fixed multiple notifications.
Diffstat (limited to 'android/jni/com/mapswithme/maps/Framework.cpp')
-rw-r--r--android/jni/com/mapswithme/maps/Framework.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/jni/com/mapswithme/maps/Framework.cpp b/android/jni/com/mapswithme/maps/Framework.cpp
index b50e75ae47..4648cc9ea0 100644
--- a/android/jni/com/mapswithme/maps/Framework.cpp
+++ b/android/jni/com/mapswithme/maps/Framework.cpp
@@ -776,7 +776,7 @@ extern "C"
JNIEXPORT jboolean JNICALL
Java_com_mapswithme_maps_Framework_nativeIsDataVersionChanged(JNIEnv * env, jclass clazz)
{
- return g_framework->NativeFramework()->IsDataVersionChanged() ? JNI_TRUE : JNI_FALSE;
+ return g_framework->NativeFramework()->IsDataVersionUpdated() ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT void JNICALL