Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Reset awesome bar scrollbar when showing (#2195)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored and bluemarvin committed Nov 12, 2019
1 parent e0b1ebd commit 566f446
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ protected void initializeWidgetPlacement(WidgetPlacement aPlacement) {
public void show(@ShowFlags int aShowFlags) {
super.show(aShowFlags);
mList.startAnimation(mScaleUpAnimation);
mList.post(() -> mList.setSelectionAfterHeaderView());
}

@Override
Expand Down

0 comments on commit 566f446

Please sign in to comment.