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

Commit 3a2fe3b2 authored by Wenyi Wang's avatar Wenyi Wang
Browse files

Reset scroll position AFTER account filter is changed

Bug 29964994
Bug 29618694

Change-Id: Ic289e8e1e48ff70ae0f98cd2dc97c61c7dba298d
parent ff7476f1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -521,6 +521,8 @@ public class PeopleActivity extends ContactsDrawerActivity implements
        }

        setFilterAndUpdateTitle(mContactListFilterController.getFilter());
        // Scroll to top after filter is changed.
        mAllFragment.getListView().setSelection(0);
        showFabWithAnimation(shouldShowFabForAccount());

        invalidateOptionsMenuIfNeeded();