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

Commit b98ed52

Browse files
keianhzoMortimerGoro
authored andcommitted
Show the scrollbar when popups view is shown (#2223)
1 parent 41986f4 commit b98ed52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/common/shared/org/mozilla/vrbrowser/ui/widgets/settings/AllowedPopUpsOptionsView.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ public void onShown() {
8383
super.onShown();
8484

8585
mViewModel.getAll().observeForever(mObserver);
86+
87+
mBinding.siteList.post(() -> mBinding.siteList.scrollToPosition(0));
8688
}
8789

8890
@Override

0 commit comments

Comments
 (0)