From 1a20301cbdf06c0e737ef9d3ce2607179a7f00eb Mon Sep 17 00:00:00 2001 From: Dmitry Yunitsky Date: Tue, 11 Aug 2015 17:48:09 +0300 Subject: [android] Refactoring and fixes. --- .../maps/widget/placepage/BasePlacePageAnimationController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'android/src/com/mapswithme/maps/widget/placepage') diff --git a/android/src/com/mapswithme/maps/widget/placepage/BasePlacePageAnimationController.java b/android/src/com/mapswithme/maps/widget/placepage/BasePlacePageAnimationController.java index c402c8741e..f3bdaf36ca 100644 --- a/android/src/com/mapswithme/maps/widget/placepage/BasePlacePageAnimationController.java +++ b/android/src/com/mapswithme/maps/widget/placepage/BasePlacePageAnimationController.java @@ -9,7 +9,7 @@ import android.view.ViewConfiguration; import android.view.ViewGroup; import android.widget.ScrollView; -import com.mapswithme.maps.MWMApplication; +import com.mapswithme.maps.MwmApplication; import com.mapswithme.maps.R; import com.mapswithme.maps.bookmarks.data.MapObject; import com.mapswithme.maps.widget.placepage.PlacePageView.State; @@ -19,7 +19,7 @@ import com.mapswithme.maps.widget.placepage.PlacePageView.State; */ public abstract class BasePlacePageAnimationController { - protected static final int DURATION = MWMApplication.get().getResources().getInteger(R.integer.anim_duration_default); + protected static final int DURATION = MwmApplication.get().getResources().getInteger(R.integer.anim_duration_default); protected static final boolean NO_ANIMATION = (Build.VERSION.SDK_INT < Build.VERSION_CODES.HONEYCOMB); protected State mState = State.HIDDEN; -- cgit v1.2.3