Eli Perkins
22f743bf5f
Fix when a title image has nil or NSNull (#3033)
This was occuring if a title has no properties set initially, but then are configured later. The title image data would go from [NSNull null] to nil, breaking this check.
By comparing against both values, we can ensure the correct logic for all behaviors.