Commit 9b3d5ea8 authored by Trisno's avatar Trisno

fix issue spinner nyala di menu setelah selesai order pake voucher

parent ca2515a8
...@@ -84,9 +84,9 @@ class MenuSelection extends React.Component { ...@@ -84,9 +84,9 @@ class MenuSelection extends React.Component {
} }
} }
_getCurrentPosisition = async () => { _getCurrentPosisition = async () => {
this.setState({ // this.setState({
spinner: true, // spinner: true,
}) // })
let location = await Location.getCurrentPositionAsync({ let location = await Location.getCurrentPositionAsync({
accuracy: Location.Accuracy.Highest accuracy: Location.Accuracy.Highest
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment