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

Commit 69e3618f 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 316c68f1 1037af38
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);

    /**