nikunjkacha / twimight

Automatically exported from code.google.com/p/twimight
0 stars 0 forks source link

Bug in Location on/off #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the branch of "svn/branch/twimight_ng",

svn/  branches/ twimight_ng/ src/ ch/ ethz/ twimight/ activities/ 
NewTweetActivity.java

Line 287 - 305. 

If some user click the location button to turn it on/off, only the variable 
"locationChecked" is changed.
However, the final decision of whether send tweet with location or not, would 
be determined by the variable "useLocation".

I would suggest to remove the variable "locationChecked" and use "useLocation" 
for all actions.

Original issue reported on code.google.com by korolev...@gmail.com on 2 Jun 2013 at 6:59

GoogleCodeExporter commented 8 years ago
The suggested change was implemented.
Thanks for reporting!

Original comment by twimi...@gmail.com on 21 Oct 2013 at 2:16