Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit edfd262b authored by Weiyue Huang's avatar Weiyue Huang
Browse files

Prevent the screen reader box from unexpected scrolling in dream setting

page.

Bug: 228355186
Test: manual
Change-Id: I66a70d6b12bd3a2766e6879cb27c68a851d1dd87
parent bc25127a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
    }