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/BasePlacePageAnimationController.java')
-rw-r--r--android/src/com/mapswithme/maps/widget/placepage/BasePlacePageAnimationController.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/android/src/com/mapswithme/maps/widget/placepage/BasePlacePageAnimationController.java b/android/src/com/mapswithme/maps/widget/placepage/BasePlacePageAnimationController.java
index 8da4ac66c3..6f1aaf07d1 100644
--- a/android/src/com/mapswithme/maps/widget/placepage/BasePlacePageAnimationController.java
+++ b/android/src/com/mapswithme/maps/widget/placepage/BasePlacePageAnimationController.java
@@ -174,6 +174,4 @@ public abstract class BasePlacePageAnimationController implements ObservableScro
animator.setInterpolator(interpolator == null ? INTERPOLATOR : interpolator);
animator.start();
}
-
- protected void onContentSizeChanged() {}
}