More bug fixes

This commit is contained in:
John Lyon-Smith
2018-04-29 14:56:39 -07:00
parent c403c43c1c
commit 7b20b18aeb
4 changed files with 59 additions and 77 deletions

View File

@@ -217,7 +217,7 @@ export class WorkItem extends React.Component {
if (this.addressInput) {
this.addressInput.handleChangeText(address)
}
this.setState({ region: ref.mapView.region })
this.setState({ region: this.mapView.region })
})
.catch(() => {
if (this.addressInput) {