Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff8fdfad authored by Isaac Katzenelson's avatar Isaac Katzenelson
Browse files

Improve scroll on month view when tapping today

Fixes to ListView makes the scroll better but not perfect. Shortened the
scroll time to make is snappier.

Bug:  5933744 Month - Tap on Today -> Scrolls in low frame rate
Change-Id: I9792f4fc9f58bca02c3697ea809dcb902e9a01a0
parent befa15c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ public class SimpleDayPickerFragment extends ListFragment implements OnScrollLis
    // Affects when the month selection will change while scrolling up
    protected static final int SCROLL_HYST_WEEKS = 2;
    // How long the GoTo fling animation should last
    protected static final int GOTO_SCROLL_DURATION = 1000;
    protected static final int GOTO_SCROLL_DURATION = 500;
    // How long to wait after receiving an onScrollStateChanged notification
    // before acting on it
    protected static final int SCROLL_CHANGE_DELAY = 40;