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

Commit 6f444c95 authored by Andreas Huber's avatar Andreas Huber Committed by Android (Google) Code Review
Browse files

Merge "Make sure the ThrottledSource reports the proper mime type"

parents aeeb7e21 bd9c9a80
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -35,6 +35,11 @@ struct ThrottledSource : public DataSource {
    virtual status_t getSize(off64_t *size);
    virtual uint32_t flags();

    virtual String8 getMIMEType() const {
        return mSource->getMIMEType();
    }


private:
    Mutex mLock;