Loading packages/DocumentsUI/src/com/android/documentsui/RootsFragment.java +0 −1 Original line number Diff line number Diff line Loading @@ -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; } } Loading Loading
packages/DocumentsUI/src/com/android/documentsui/RootsFragment.java +0 −1 Original line number Diff line number Diff line Loading @@ -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; } } Loading