From 8d5c5c563ded213bf1761af56002f2eaa2ac5d00 Mon Sep 17 00:00:00 2001 From: "Ling.D" <415676243@qq.com> Date: Thu, 8 Oct 2020 10:27:56 +0800 Subject: [PATCH] Update LEEAlert.m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 队列里没有内容(界面上没有指定弹框),也正常回调 --- LEEAlert/LEEAlert.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LEEAlert/LEEAlert.m b/LEEAlert/LEEAlert.m index 045f061..691de0d 100644 --- a/LEEAlert/LEEAlert.m +++ b/LEEAlert/LEEAlert.m @@ -1077,6 +1077,8 @@ + (void)closeWithIdentifier:(NSString *)identifier force:(BOOL)force completionB completionBlock(); } + } else { + completionBlock(); } }