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:
authorvng <viktor.govako@gmail.com>2012-11-10 02:40:41 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:46:46 +0300
commit59ce96f6dd8a03b6e23a0a93791316a5b09f71b3 (patch)
tree5c99463f2ef9a4c8b14137fd38ad3ac273201acc /android/src/com/mapswithme/maps/MWMApplication.java
parentb52cb4a76597fa647a98db9c1d048f1163dee735 (diff)
[android] Change behavior of facebook/buy dialogs: never button in the middle and later button on the right.
Diffstat (limited to 'android/src/com/mapswithme/maps/MWMApplication.java')
-rw-r--r--android/src/com/mapswithme/maps/MWMApplication.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/src/com/mapswithme/maps/MWMApplication.java b/android/src/com/mapswithme/maps/MWMApplication.java
index 0d53e3f786..285270eb22 100644
--- a/android/src/com/mapswithme/maps/MWMApplication.java
+++ b/android/src/com/mapswithme/maps/MWMApplication.java
@@ -194,7 +194,6 @@ public class MWMApplication extends android.app.Application implements MapStorag
static public final int FACEBOOK = 0;
static public final int BUYPRO = 1;
public native boolean shouldShowDialog(int dlg);
- /// values of result param should correspond to values defined in map/Framework.hpp
static public final int OK = 0;
static public final int LATER = 1;