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

Commit cd79a666 authored by Ben Kwa's avatar Ben Kwa Committed by Android (Google) Code Review
Browse files

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

parents ac684ea8 d18e7858
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);