Move the "home" root below the divider.

BUG=26143357

Change-Id: Ia48aa141f265aa3b1b6a07ec966dc9da6d283de3
This commit is contained in:
Ben Kwa
2016-01-08 17:24:59 -08:00
parent 2e79249795
commit e95c321fd9

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