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:
authorExMix <rahuba.youri@mapswithme.com>2015-08-24 11:06:15 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:10:37 +0300
commit26b0c8f3d8bf56e4d29dfe27a801253717b3ca43 (patch)
treea1794a985a7f1a890acb48b833a3ffc8fb82ed02 /android/src/com/mapswithme/maps/Framework.java
parentf7908dd5e43e9a4f279616e7ed2dbeb4b83a2bb7 (diff)
[drape, android] bugfix
Diffstat (limited to 'android/src/com/mapswithme/maps/Framework.java')
-rw-r--r--android/src/com/mapswithme/maps/Framework.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/com/mapswithme/maps/Framework.java b/android/src/com/mapswithme/maps/Framework.java
index 99796b54ca..44c9b4e865 100644
--- a/android/src/com/mapswithme/maps/Framework.java
+++ b/android/src/com/mapswithme/maps/Framework.java
@@ -87,7 +87,7 @@ public class Framework
public native static MapObject nativeGetMapObjectForPoint(double lat, double lon);
- public native static void nativeConnectBalloonListeners(OnBalloonListener listener);
+ public native static void nativeSetBalloonListener(OnBalloonListener listener);
public native static void nativeRemoveBalloonListener();