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

Commit efc467f9 authored by Wenyi Wang's avatar Wenyi Wang Committed by Android (Google) Code Review
Browse files

Merge "Reset scroll position when account filter is changed"

parents 541743ce 074ada15
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -518,6 +518,9 @@ public class PeopleActivity extends ContactsDrawerActivity implements
            return;
        }

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

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