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

Commit

Permalink
Show the scrollbar when popups view is shown (#2223)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored and MortimerGoro committed Nov 12, 2019
1 parent 41986f4 commit b98ed52
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ public void onShown() {
super.onShown();

mViewModel.getAll().observeForever(mObserver);

mBinding.siteList.post(() -> mBinding.siteList.scrollToPosition(0));
}

@Override
Expand Down

0 comments on commit b98ed52

Please sign in to comment.