Skip to content

Commit

Permalink
Remove Additional Stop Location Recording (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbiga authored Mar 19, 2020
1 parent 47fd865 commit 1b77213
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions app/views/LocationTracking.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,10 @@ class LocationTracking extends Component {
</TouchableOpacity>
</>)
}
{this.state.isLogging ?

{this.state.isLogging ?
<Text style={styles.sectionDescription}>It is currently logging your location privately every five minutes. Your location information will NOT leave your phone.</Text> :
<Text style={styles.sectionDescription} >NOTE: After clicking this button you may be prompted to grant Private Kit access to your location.</Text> }


<View style={styles.block}>
<Button title={"Stop Recording Location"} bgColor={colors.NEG_BUTTON} onPress={() => LocationServices.stop(this.props.navigation)} />
</View>

</View>
</View>

Expand Down

0 comments on commit 1b77213

Please sign in to comment.