File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff 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 ( {
You can’t perform that action at this time.
0 commit comments