mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-01 12:23:20 +08:00
Fix wrong assertion
This commit is contained in:
@@ -399,7 +399,7 @@ static BOOL _isInterceptedSelector(SEL sel)
|
||||
|
||||
- (void)dataControllerUnlockDataSource
|
||||
{
|
||||
ASDisplayNodeAssert(!self.asyncDataSourceLocked, @"The data source has alredy been unlocked !");
|
||||
ASDisplayNodeAssert(self.asyncDataSourceLocked, @"The data source has alredy been unlocked !");
|
||||
|
||||
self.asyncDataSourceLocked = NO;
|
||||
if ([_asyncDataSource respondsToSelector:@selector(collectionViewUnlockDataSource:)]) {
|
||||
|
||||
Reference in New Issue
Block a user