Skip to content

Commit

Permalink
Fix downloader method name mismatch #trivial (TextureGroup#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestmama authored and nguyenhuy committed Sep 19, 2018
1 parent 47e2b9c commit 21f5b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Details/ASPINRemoteImageDownloader.m
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ + (void)setSharedImageManagerWithConfiguration:(nullable NSURLSessionConfigurati
__unused PINRemoteImageManager *sharedManager = [self sharedPINRemoteImageManagerWithConfiguration:configuration preconfiguredPINRemoteImageManager:nil];
}

+ (void)setSharedPreconfiguredImageManager:(nullable PINRemoteImageManager *)preconfiguredPINRemoteImageManager
+ (void)setSharedPreconfiguredRemoteImageManager:(nullable PINRemoteImageManager *)preconfiguredPINRemoteImageManager
{
NSAssert(sharedDownloader == nil, @"Singleton has been created and session can no longer be configured.");
NSAssert1(sharedPINRemoteImageManager == nil, @"An instance of %@ has been set. Either configuration or preconfigured image manager can be set at a time and only once.", [[sharedPINRemoteImageManager class] description]);
Expand Down

0 comments on commit 21f5b61

Please sign in to comment.