Skip to content

Commit b8dd2a3

Browse files
author
RadAzzouz
committed
Do not show the close button when pushing a component.
Z#10439
1 parent 8a82687 commit b8dd2a3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

samples/Catalog/Catalog.ios.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ class EventListeners extends Component {
311311
thumbnailBarMode: 'scrollable',
312312
useParentNavigationBar: true,
313313
}}
314-
showCloseButton={true}
315314
style={{ flex: 1, color: pspdfkitColor }}
316315

317316
// Event Listeners
@@ -362,8 +361,6 @@ class ChangePages extends Component {
362361
useParentNavigationBar: true,
363362
}}
364363
pageIndex={this.state.currentPageIndex}
365-
showCloseButton={true}
366-
onCloseButtonPressed={this.props.onClose}
367364
style={{ flex: 1, color: pspdfkitColor }}
368365
onStateChanged={event => {
369366
this.setState({
@@ -425,8 +422,6 @@ class AnnotationCreationMode extends Component {
425422
useParentNavigationBar: true,
426423
}}
427424
pageIndex={this.state.currentPageIndex}
428-
showCloseButton={true}
429-
onCloseButtonPressed={this.props.onClose}
430425
style={{ flex: 1, color: pspdfkitColor }}
431426
onStateChanged={event => {
432427
this.setState({

0 commit comments

Comments
 (0)