Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da0d3f28 authored by Chris Craik's avatar Chris Craik Committed by android-build-merger
Browse files

Merge branch 'master' of...

Merge branch 'master' of /usr/local/google/game/mirror/googleplex-android_googlesource_com/platform/frameworks/base
parents 7b93cbc1 22f5fce7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);