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-07-15 02:20:54 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:55:50 +0300
commit82282feefa0ddbaa4988f8a220d9d1293d4a821d (patch)
tree52af52697ece3d728e96277c2f9ab0b314243d89 /android/src/com/mapswithme/maps/widget/placepage
parent37b17b2134f02b1af8d7bb695c5e1758f2f92b57 (diff)
Fixed bug with animations on tablets.
Diffstat (limited to 'android/src/com/mapswithme/maps/widget/placepage')
-rw-r--r--android/src/com/mapswithme/maps/widget/placepage/LeftFloatPlacePageAnimationController.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/src/com/mapswithme/maps/widget/placepage/LeftFloatPlacePageAnimationController.java b/android/src/com/mapswithme/maps/widget/placepage/LeftFloatPlacePageAnimationController.java
index 2852052471..da7101f373 100644
--- a/android/src/com/mapswithme/maps/widget/placepage/LeftFloatPlacePageAnimationController.java
+++ b/android/src/com/mapswithme/maps/widget/placepage/LeftFloatPlacePageAnimationController.java
@@ -128,6 +128,7 @@ public class LeftFloatPlacePageAnimationController extends BasePlacePageAnimatio
@Override
public void onAnimationUpdate(ValueAnimator animation)
{
+ ViewHelper.setTranslationY(mPlacePage, (Float) animation.getAnimatedValue());
}
});
animator.addListener(new UiUtils.SimpleNineoldAnimationListener()