Skip to content

Commit

Permalink
Merge pull request #608 from aashay-gaikwad/fix-publishing
Browse files Browse the repository at this point in the history
Setting default value to NodeCustomisationDirectory in IosNodeHost
  • Loading branch information
zsoltk authored Oct 4, 2023
2 parents 2c8dcb1 + 4252219 commit 64feee1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Pending changes

### Fixed

- [#608](https://github.com/bumble-tech/appyx/pull/608) – Setting default value to NodeCustomisationDirectory in IosNodeHost

## 2.0.0-alpha07

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fun <N : Node> IosNodeHost(
onBackPressedEvents: Flow<Unit>,
modifier: Modifier = Modifier,
integrationPoint: IntegrationPoint,
customisations: NodeCustomisationDirectory = remember { NodeCustomisationDirectoryImpl() },
customisations: NodeCustomisationDirectory = remember { NodeCustomisationDirectoryImpl(null) },
factory: NodeFactory<N>,
) {
val platformLifecycleRegistry = remember {
Expand Down

0 comments on commit 64feee1

Please sign in to comment.