mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-03-28 23:58:50 +08:00
Make a test change – will not merge
This commit is contained in:
@@ -290,6 +290,7 @@
|
||||
// This block is called back on the main thread after rendering at the completion of the current async transaction, or immediately if !asynchronously
|
||||
asyncdisplaykit_async_transaction_operation_completion_block_t completionBlock = ^(id<NSObject> value, BOOL canceled){
|
||||
ASDisplayNodeCAssertMainThread();
|
||||
|
||||
if (!canceled && !isCancelledBlock()) {
|
||||
UIImage *image = (UIImage *)value;
|
||||
BOOL stretchable = (NO == UIEdgeInsetsEqualToEdgeInsets(image.capInsets, UIEdgeInsetsZero));
|
||||
|
||||
Reference in New Issue
Block a user