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

Commit 58229496 authored by Ben Lin's avatar Ben Lin
Browse files

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

Bug: 27790638
Change-Id: I5d442d5162769c9fd022ab706cc0dd1a505c7fad
(cherry picked from commit e590d9139fa5156214f3b137db8afb90efe60a19)
parent 490016cf
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;
                }
            }