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

Commit f7399b47 authored by Mike Lockwood's avatar Mike Lockwood Committed by Android (Google) Code Review
Browse files

Merge "MTP: Fix typo that resulted in the MTP provider returning thumb format for object format"

parents d7b87141 88fc2b85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@ public final class Mtp
         * or any of the valid MTP object formats as defined in the MTP specification.
         * <P>Type: INTEGER</P>
         */
        public static final String THUMB_FORMAT = "format";
        public static final String THUMB_FORMAT = "thumb_format";

        /**
         * The size of the object's thumbnail in bytes.
+1 −1
Original line number Diff line number Diff line
@@ -371,7 +371,7 @@ bool MtpCursor::fillObject(CursorWindow* window, MtpDevice* device,
                    goto fail;
                break;
            default:
                LOGE("fillStorage: unknown column %d\n", mColumns[i]);
                LOGE("fillObject: unknown column %d\n", mColumns[i]);
                goto fail;
        }
    }