Prevent the screen reader box from unexpected scrolling in dream setting
page. Bug: 228355186 Test: manual Change-Id: I66a70d6b12bd3a2766e6879cb27c68a851d1dd87
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