Merge "Move the "home" root below the divider."

This commit is contained in:
Ben Kwa
2016-01-11 17:38:30 +00:00
committed by Android (Google) Code Review

View File

@@ -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);