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

Commit b8c16574 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix RecyclerView crashed problem" into main

parents f11eb666 abbf81e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ public class MainSwitchPreference extends TwoStatePreference

    @Override
    public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
        super.setChecked(isChecked);
        buttonView.post(() -> super.setChecked(isChecked));
    }

    /**