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

Commit 1122372b authored by Ben Lin's avatar Ben Lin Committed by Android (Google) Code Review
Browse files

Merge "Reverting 26160443 to fix new bug (old bug no longer reproducible)."

parents c17c3876 58229496
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -164,7 +164,6 @@ public class RootsFragment extends Fragment {
                final RootInfo testRoot = ((RootItem) item).root;
                if (Objects.equals(testRoot, root)) {
                    mList.setItemChecked(i, true);
                    mList.setSelection(i);
                    return;
                }
            }