rm extraneous comment

This commit is contained in:
Samuel Newman
2026-03-01 22:50:18 +02:00
parent 1e8ce36184
commit 537c3cb0ca
@@ -115,8 +115,6 @@ export class BottomSheetNativeComponent extends React.Component<
this.setState({viewHeight: height})
}
: undefined
// Content height changes are observed natively on both platforms:
// iOS uses KVO on content view bounds, Android uses OnLayoutChangeListener.
}
/>
</Portal>