mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Layouts are now implemented natively for Android.
This commit is contained in:
@@ -68,7 +68,7 @@ export class PropertyMetadata implements definition.PropertyMetadata {
|
||||
equalityComparer?: definition.PropertyEqualityComparer) {
|
||||
this._defaultValue = defaultValue;
|
||||
this._options = options;
|
||||
if (types.isUndefined(this._options)) {
|
||||
if (types.isNullOrUndefined(this._options)) {
|
||||
this._options = PropertyMetadataSettings.None;
|
||||
}
|
||||
this._onChanged = onChanged;
|
||||
|
||||
Reference in New Issue
Block a user