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

Commit 3fb551a9 authored by Colin Cross's avatar Colin Cross Committed by Android (Google) Code Review
Browse files

Merge "Work around javac method reference bug"

parents f3256bd8 8415eae5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -305,7 +305,7 @@ public abstract class BaseActivity
            new GetRootDocumentTask(
                    root,
                    this,
                    mInjector.actions::openContainerDocument)
                    doc -> mInjector.actions.openContainerDocument(doc))
                    .executeOnExecutor(getExecutorForCurrentDirectory());
        }
    }