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

Commit 743d554a authored by Steve McKay's avatar Steve McKay Committed by Android (Google) Code Review
Browse files

Merge "Add comment to argument in MtpDocumentsProvider#openDocumentThumbnail."

parents f931053e 573c1fbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -188,7 +188,7 @@ public class MtpDocumentsProvider extends DocumentsProvider {
        try {
            return new AssetFileDescriptor(
                    mPipeManager.readThumbnail(mMtpManager, identifier),
                    0,
                    0,  // Start offset.
                    AssetFileDescriptor.UNKNOWN_LENGTH);
        } catch (IOException error) {
            throw new FileNotFoundException(error.getMessage());