Merge "Prevent the screen reader box from unexpected scrolling in dream setting page."
This commit is contained in:
@@ -195,6 +195,7 @@ public class DreamSettings extends DashboardFragment implements OnMainSwitchChan
|
||||
mPreviewButton.setOnClickListener(v -> dreamBackend.preview(dreamBackend.getActiveDream()));
|
||||
|
||||
mRecyclerView = super.onCreateRecyclerView(inflater, parent, bundle);
|
||||
mRecyclerView.setFocusable(false);
|
||||
updatePaddingForPreviewButton();
|
||||
return mRecyclerView;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user