فهرست منبع

队列展示tips

harry 3 سال پیش
والد
کامیت
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 {