mirror of
https://github.com/opa334/TrollStore.git
synced 2025-01-18 21:15:41 +08:00
Fix copy & paste typo
This commit is contained in:
parent
f57326e0a4
commit
c130a04ff5
@ -1022,8 +1022,8 @@ extern UIImage* imageWithSize(UIImage* image, CGSize size);
|
||||
NSNumber* valueNum = (NSNumber*)value;
|
||||
if(valueNum && [valueNum isKindOfClass:NSNumber.class])
|
||||
{
|
||||
hasPersonaMngmt = valueNum.boolValue;
|
||||
if(hasPersonaMngmt) *stop = YES;
|
||||
needsDevMode = valueNum.boolValue;
|
||||
if(needsDevMode) *stop = YES;
|
||||
}
|
||||
}
|
||||
}];
|
||||
|
Loading…
Reference in New Issue
Block a user