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

Commit b2865d23 authored by Ben Kwa's avatar Ben Kwa
Browse files

Fix the position of the "Recents" root in DocumentsUI.

BUG=24329078

Change-Id: Ia71b80b2075b34076c4f7802bcc45a13e95775e6
parent 0c643082
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -102,6 +102,7 @@ public class RootsCache {
        mRecentsRoot.authority = null;
        mRecentsRoot.rootId = null;
        mRecentsRoot.derivedIcon = R.drawable.ic_root_recent;
        mRecentsRoot.derivedType = RootInfo.TYPE_RECENTS;
        mRecentsRoot.flags = Root.FLAG_LOCAL_ONLY | Root.FLAG_SUPPORTS_CREATE
                | Root.FLAG_SUPPORTS_IS_CHILD;
        mRecentsRoot.title = mContext.getString(R.string.root_recent);