mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
DialogButtonOptions changed to DialogButtonsOptions
This commit is contained in:
@@ -32,7 +32,7 @@ function createDelegate(callback) {
|
||||
return new delegateType;
|
||||
}
|
||||
|
||||
function addButtonsToAlertDialog(alert: UIKit.UIAlertView, options: dialogs.DialogButtonOptions): void {
|
||||
function addButtonsToAlertDialog(alert: UIKit.UIAlertView, options: dialogs.DialogButtonsOptions): void {
|
||||
if (!options)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user