diff --git a/RNGridMenu.m b/RNGridMenu.m index 8a0a1f5..35424f4 100644 --- a/RNGridMenu.m +++ b/RNGridMenu.m @@ -590,6 +590,8 @@ - (void)createScreenshotAndLayoutWithScreenshotCompletion:(dispatch_block_t)scre [self.view layoutIfNeeded]; }); }); + } else { + if (screenshotCompletion) screenshotCompletion(); } }