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

Commit 4c6cd2b8 authored by Tomasz Mikolajewski's avatar Tomasz Mikolajewski Committed by Android (Google) Code Review
Browse files

Merge "Do not make files in zip disabled in ACTION_VIEW." into nyc-dev

parents 0baa7bfc 3ff65c34
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -70,13 +70,9 @@ public abstract class FragmentTuner {
    }

    public boolean isDocumentEnabled(String docMimeType, int docFlags) {
        if (isDirectory(docMimeType)) {
        return true;
    }

        return MimePredicate.mimeMatches(mState.acceptMimes, docMimeType);
    }

    abstract void onModelLoaded(Model model, @ResultType int resultType, boolean isSearch);

    /**