|
@@ -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 {
|