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:
Diffstat (limited to 'android/src/com/mapswithme/maps/widget/placepage/LeftFloatPlacePageAnimationController.java')
-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()