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