From 9cc7ef5128b18de6160c84fddf4da39f7e2356b3 Mon Sep 17 00:00:00 2001 From: Spike Sprague Date: Wed, 27 Aug 2014 11:25:45 -0700 Subject: fix for a doublebounce of the filmstip button on filmstip swipe out bug: 17301367 Change-Id: I305618ee5012de229c9cc1fd73f0b6506d701477 --- src/com/android/camera/widget/FilmstripLayout.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/com/android/camera/widget/FilmstripLayout.java b/src/com/android/camera/widget/FilmstripLayout.java index c943b7eb2..2e7819ad0 100644 --- a/src/com/android/camera/widget/FilmstripLayout.java +++ b/src/com/android/camera/widget/FilmstripLayout.java @@ -327,7 +327,6 @@ public class FilmstripLayout extends FrameLayout implements FilmstripContentPane mSwipeTrend = (((int) dx) >> 1) + (mSwipeTrend >> 1); if (dx < 0 && mFilmstripContentLayout.getTranslationX() == 0) { mBackgroundDrawable.setOffset(0); - FilmstripLayout.this.onSwipeOutBegin(); } // When we start translating the filmstrip in, we want the left edge of the -- cgit v1.2.3