forked from organicmaps/organicmaps
Fixed bug with animations on tablets.
This commit is contained in:
parent
37b17b2134
commit
82282feefa
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue