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

Commit ff7476f1 authored by Wenyi Wang's avatar Wenyi Wang
Browse files

Revert "Reset scroll position when account filter is changed"

This CL caused b/29964994.

This reverts commit 074ada15.

Change-Id: I32b41eb25cc574e3a0e2738936105bf74ba3551c
parent 8d3c29aa
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -520,9 +520,6 @@ public class PeopleActivity extends ContactsDrawerActivity implements
            return;
        }

        // Scroll to top after filter is changed.
        mAllFragment.getListView().setSelectionAfterHeaderView();

        setFilterAndUpdateTitle(mContactListFilterController.getFilter());
        showFabWithAnimation(shouldShowFabForAccount());