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

Commit 559b2bb8 authored by Tomasz Mikolajewski's avatar Tomasz Mikolajewski Committed by android-build-merger
Browse files

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

am: 69e3618f

* commit '69e3618f':
  Do not make files in zip disabled in ACTION_VIEW.

Change-Id: I9908e4db12640251a5fd60ca0fff950078d628aa
parents fb8c76df 69e3618f
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);

    /**