Fix copy & paste typo

This commit is contained in:
Dhinak G 2023-11-30 20:19:06 -05:00
parent f57326e0a4
commit c130a04ff5
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}
}];