From f7e9c6b7577cc2d9707ed5e218771273215827c3 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Wed, 17 Feb 2021 17:09:05 +0100 Subject: [PATCH] fix: removed duplicated line --- packages/core/ui/action-bar/index.android.ts | 1 - 1 file changed, 1 deletion(-) 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);