Skip to content

Commit

Permalink
Merge pull request #46405 from software-mansion-labs/@cdOut/accountin…
Browse files Browse the repository at this point in the history
…g-confirm-fix

[NetSuite] Android - Accounting-Confirm button doesn't work while keyboard is up
  • Loading branch information
luacmartins authored Jul 30, 2024
2 parents a2091d7 + f94ac71 commit 3dad935
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ function NetSuiteCustomFormIDPage({policy}: WithPolicyConnectionsProps) {
connectionName={CONST.POLICY.CONNECTIONS.NAME.NETSUITE}
shouldIncludeSafeAreaPaddingBottom
shouldBeBlocked={!config?.customFormIDOptions?.enabled}
shouldUseScrollView={false}
>
<View style={[styles.flexGrow1, styles.ph5]}>
<FormProvider
Expand Down

0 comments on commit 3dad935

Please sign in to comment.