mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-20 23:42:50 +08:00
fix: removed duplicated line
This commit is contained in:
@ -235,7 +235,6 @@ export class ActionBar extends ActionBarBase {
|
|||||||
} catch {}
|
} catch {}
|
||||||
}
|
}
|
||||||
nativeView.setBackground(backgroundDrawable);
|
nativeView.setBackground(backgroundDrawable);
|
||||||
nativeView.setBackground(backgroundDrawable);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const backgroundColor = ((<any>backgroundDrawable).backgroundColor = background.color.android);
|
const backgroundColor = ((<any>backgroundDrawable).backgroundColor = background.color.android);
|
||||||
|
Reference in New Issue
Block a user