fix: removed duplicated line

This commit is contained in:
Martin Guillon
2021-02-17 17:09:05 +01:00
parent 016313bef1
commit f7e9c6b757

View File

@ -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);