mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix for Dialogs crashing on iOS (#2866)
This commit is contained in:
committed by
Hristo Hristov
parent
b42cff63a2
commit
a5273b74ed
@@ -54,6 +54,7 @@ export function getButtonColor(): color.Color {
|
||||
var btn = new button.Button();
|
||||
applySelectors(btn);
|
||||
buttonColor = btn.color;
|
||||
btn.onUnloaded();
|
||||
}
|
||||
|
||||
return buttonColor;
|
||||
|
||||
Reference in New Issue
Block a user