diff --git a/packages/core/ui/core/view/index.android.ts b/packages/core/ui/core/view/index.android.ts index 0ec0d1445..695214260 100644 --- a/packages/core/ui/core/view/index.android.ts +++ b/packages/core/ui/core/view/index.android.ts @@ -1672,12 +1672,6 @@ function parseEdges(edges: string): number | null { export class ContainerView extends View { public iosOverflowSafeArea: boolean; - - constructor() { - super(); - this._defaultOverflowEdge = OverflowEdgeDontApply; - this._defaultOverflowEdgeValue = 'dont-apply'; - } } export class CustomLayoutView extends ContainerView implements CustomLayoutViewDefinition {