Skip to content

Commit

Permalink
Reset settings view scroll when opened (#3211)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Apr 22, 2020
1 parent cdc8f1e commit 65b7db4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public void onShown() {
if (mScrollbar != null) {
mScrollbar.fullScroll(ScrollView.FOCUS_UP);
mScrollbar.setSmoothScrollingEnabled(true);
mScrollbar.smoothScrollTo(0,0);
}

setFocusableInTouchMode(true);
Expand Down

0 comments on commit 65b7db4

Please sign in to comment.