diff --git a/mobile/src/WorkItem/WorkItem.js b/mobile/src/WorkItem/WorkItem.js index eb35329..8f1be6d 100644 --- a/mobile/src/WorkItem/WorkItem.js +++ b/mobile/src/WorkItem/WorkItem.js @@ -221,8 +221,9 @@ export class WorkItem extends React.Component { } handleRegionChange(region) { - if (!this.isMapReady) { + if (this.state.binder._id || !this.isMapReady) { // On iOS we get this after setting the initial region, before the map declared as ready! + // Also, if we are only viewing the work item, then don't allow region changes return } @@ -428,7 +429,9 @@ export class WorkItem extends React.Component { )} {isIphoneX ? : null} - + {!this.state.binder._id && ( + + )}