remove test code
This commit is contained in:
parent
cc9a39e599
commit
ff35fa5924
@ -65,7 +65,7 @@ public class AlertHandler {
|
||||
|
||||
/// Shows an alert using the alert object.
|
||||
@MainActor
|
||||
public func queueAlertToShow(with alertObject: AlertObject, additionalData: [AnyHashable: Any]? = nil, delegateObject: DelegateObject? = nil) -> UIAlertController {
|
||||
public func queueAlertToShow(with alertObject: AlertObject) -> UIAlertController {
|
||||
|
||||
// It's a greedy alert! Clear all alerts that are queued up and the one that is showing
|
||||
if alertObject.isGreedy {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user