Skip to content

Commit cac24b4

Browse files
committed
fix comment spacing
1 parent 9d248c9 commit cac24b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/KeyboardCompatibleView/KeyboardCompatibleView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ export class KeyboardCompatibleView extends React.Component<
6161

6262
const keyboardY =
6363
keyboardFrame.screenY - (this.props.keyboardVerticalOffset ?? 0);
64-
6564
const relativeHeight = frame.y + frame.height - keyboardY;
65+
6666
/**
6767
* When the StatusBar is translucent there is an issue
6868
* where the relative keyboard height is returned as the StatusBar

0 commit comments

Comments
 (0)