More bug fixes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user