Loading src/com/android/documentsui/RootsFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -297,7 +297,7 @@ public class RootsFragment extends Fragment { for (final RootInfo root : roots) { final RootItem item = new RootItem(root); if (root.isLibrary() || root.isHome()) { if (root.isLibrary()) { libraries.add(item); } else { others.add(item); Loading Loading
src/com/android/documentsui/RootsFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -297,7 +297,7 @@ public class RootsFragment extends Fragment { for (final RootInfo root : roots) { final RootItem item = new RootItem(root); if (root.isLibrary() || root.isHome()) { if (root.isLibrary()) { libraries.add(item); } else { others.add(item); Loading