From 82282feefa0ddbaa4988f8a220d9d1293d4a821d Mon Sep 17 00:00:00 2001 From: Dmitry Yunitsky Date: Wed, 15 Jul 2015 02:20:54 +0300 Subject: Fixed bug with animations on tablets. --- .../maps/widget/placepage/LeftFloatPlacePageAnimationController.java | 1 + 1 file changed, 1 insertion(+) (limited to 'android/src/com/mapswithme') 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() -- cgit v1.2.3