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

Commit be0896f3 authored by Roland Levillain's avatar Roland Levillain Committed by Android (Google) Code Review
Browse files

Merge "Revert "Fix RecyclerView crashed problem"" into main

parents f53f7712 6ebd5cfd
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) {
        buttonView.post(() -> super.setChecked(isChecked));
        super.setChecked(isChecked);
    }

    /**