Skip to content

Commit

Permalink
Update HDHUD.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonHu committed Jul 22, 2021
1 parent fe5c0eb commit 43c8a3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pod/Class/HDHUD.swift
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ private extension HDHUD {
if prevTask != nil {
switch task.priority {
case .low:
if let completion = task.completion {
completion()
}
//当前有显示,忽略掉不显示
return
case .overlay:
Expand Down

0 comments on commit 43c8a3c

Please sign in to comment.