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

Commit a9f4fde5 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:...

Merge "Do not make files in zip disabled in ACTION_VIEW." into nyc-dev am: 69e3618f am: 559b2bb8
am: 67dbeab7

* commit '67dbeab7':
  Do not make files in zip disabled in ACTION_VIEW.

Change-Id: I1fd8f3c68c68195ba27d5c606da1655e3cf3fec6
parents 9418859f 67dbeab7
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);

    /**