diff --git a/packages/core/ui/action-bar/index.android.ts b/packages/core/ui/action-bar/index.android.ts index 0fdbdf3c2..96c0e7df4 100644 --- a/packages/core/ui/action-bar/index.android.ts +++ b/packages/core/ui/action-bar/index.android.ts @@ -235,7 +235,6 @@ export class ActionBar extends ActionBarBase { } catch {} } nativeView.setBackground(backgroundDrawable); - nativeView.setBackground(backgroundDrawable); } const backgroundColor = ((backgroundDrawable).backgroundColor = background.color.android);