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 Yunitsky <yunik@mapswithme.com>2015-03-23 13:09:43 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:40:37 +0300
commit34458f38a0eb1bb06eb7d34bae11adfcaaba72af (patch)
treeedc8cf24b4d7425db74af89886e4ecc853814b6a /android/src/com/mapswithme/maps/widget/placepage/BottomPlacePageAnimationController.java
parent0479c62edcf6094d3e9dd2530b2ae50c7c036212 (diff)
Bugfix with bookmarks on tablets.
Diffstat (limited to 'android/src/com/mapswithme/maps/widget/placepage/BottomPlacePageAnimationController.java')
-rw-r--r--android/src/com/mapswithme/maps/widget/placepage/BottomPlacePageAnimationController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/com/mapswithme/maps/widget/placepage/BottomPlacePageAnimationController.java b/android/src/com/mapswithme/maps/widget/placepage/BottomPlacePageAnimationController.java
index 731d67928a..c7593b0a97 100644
--- a/android/src/com/mapswithme/maps/widget/placepage/BottomPlacePageAnimationController.java
+++ b/android/src/com/mapswithme/maps/widget/placepage/BottomPlacePageAnimationController.java
@@ -108,7 +108,7 @@ public class BottomPlacePageAnimationController extends BasePlacePageAnimationCo
}
@Override
- void setState(State currentState, State newState)
+ void animateStateChange(State currentState, State newState)
{
switch (newState)
{