harry 3 лет назад
Родитель
Сommit
62446ff8d5
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      BFCommonKit/Classes/BFUtility/PQCommonMethodUtil.swift

+ 1 - 0
BFCommonKit/Classes/BFUtility/PQCommonMethodUtil.swift

@@ -415,6 +415,7 @@ public func getMachineCode() -> String {
 /// - Returns: <#description#>
 public func cShowHUB(superView: UIView?, msg: String?) {
     var sty: ToastStyle = ToastManager.shared.style
+    ToastManager.shared.isQueueEnabled = true
     sty.messageAlignment = .center
     DispatchQueue.main.async {
         if superView == nil {