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

Commit 0039419a authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Switch movable to true for some tests

parent 9e4ef9ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -292,7 +292,7 @@ public abstract class MultiRootDocumentsLoader extends AsyncTaskLoader<Directory
    }

    protected boolean isDocumentsMovable() {
        return false;
        return true;
    }

    protected abstract QueryTask getQueryTask(String authority, List<RootInfo> rootInfos);