Skip to content

Commit 82a2cbd

Browse files
committed
chore(ios): extend view not to get default safearea value
1 parent d7cecc5 commit 82a2cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui-pager/index.common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const booleanConverter = (v: any): boolean => String(v) === 'true';
6969
let UNIQUE_VIEW_TYPE = 0;
7070

7171
@CSSType('Pager')
72-
export abstract class PagerBase extends ContainerView implements AddChildFromBuilder {
72+
export abstract class PagerBase extends View implements AddChildFromBuilder {
7373
static mRegisteredTransformers = {};
7474
// This one works along with existing NS property change event system
7575
public static selectedIndexChangeEvent = 'selectedIndexChange';

0 commit comments

Comments
 (0)