commit | 906ac269b114a9fb69373578f0652f2c42ea644b | [log] [tgz] |
---|---|---|
author | Daniel Lehmann <lehmannd@google.com> | Tue Oct 26 17:06:24 2010 -0700 |
committer | Daniel Lehmann <lehmannd@google.com> | Tue Oct 26 17:06:24 2010 -0700 |
tree | f2c2117a9358699fa6de69d33cea0fa7c2a6bfc0 | |
parent | e9b196e446cc34f690a043c5f5d9e5a7b8b92b3f [diff] |
Removed the smooth scrolling for now, until the framework fixes are in Change-Id: Id656d7056ad9d7a71613f9f071cbef7ab002c6ba
diff --git a/src/com/android/contacts/list/ContactEntryListFragment.java b/src/com/android/contacts/list/ContactEntryListFragment.java index e38085a..a4f4b72 100644 --- a/src/com/android/contacts/list/ContactEntryListFragment.java +++ b/src/com/android/contacts/list/ContactEntryListFragment.java
@@ -684,8 +684,7 @@ mAizy.setListener(new ContactListAizyView.Listener() { @Override public void onScroll(int position) { - mListView.smoothScrollToPositionFromTop(position + mListView.getHeaderViewsCount(), - 0); + mListView.setSelectionFromTop(position + mListView.getHeaderViewsCount(), 0); } });