File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -166,12 +166,12 @@ smallUserThumbnailImageFormat.maximumCount = 250;
166166smallUserThumbnailImageFormat.devices = FICImageFormatDevicePhone;
167167
168168FICImageFormat *mediumUserThumbnailImageFormat = [[[FICImageFormat alloc ] init ] autorelease ];
169- smallUserThumbnailImageFormat .name = XXImageFormatNameUserThumbnailMedium;
170- smallUserThumbnailImageFormat .family = XXImageFormatFamilyUserThumbnails;
171- smallUserThumbnailImageFormat .imageSize = CGSizeMake(100 , 100 );
172- smallUserThumbnailImageFormat .opaque = YES ;
173- smallUserThumbnailImageFormat .maximumCount = 250 ;
174- smallUserThumbnailImageFormat .devices = FICImageFormatDevicePhone;
169+ mediumUserThumbnailImageFormat .name = XXImageFormatNameUserThumbnailMedium;
170+ mediumUserThumbnailImageFormat .family = XXImageFormatFamilyUserThumbnails;
171+ mediumUserThumbnailImageFormat .imageSize = CGSizeMake(100 , 100 );
172+ mediumUserThumbnailImageFormat .opaque = YES ;
173+ mediumUserThumbnailImageFormat .maximumCount = 250 ;
174+ mediumUserThumbnailImageFormat .devices = FICImageFormatDevicePhone;
175175
176176NSArray *imageFormats = @[smallUserThumbnailImageFormat, mediumUserThumbnailImageFormat];
177177```
You can’t perform that action at this time.
0 commit comments