Merge branch 'master' of /usr/local/google/game/mirror/googleplex-android_googlesource_com/platform/frameworks/base

This commit is contained in:
Chris Craik
2016-01-11 17:39:48 +00:00
committed by android-build-merger

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