Fixed: Multiple reports filed

closes #102
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-06-04 12:10:09 -04:00
parent 824f58879c
commit c4980a8295

View File

@@ -191,10 +191,10 @@ public class ReportPostingService extends Service {
*/
private void postReport(){
if(!isStarted){
isStarted = true;
new Thread(new Runnable(){
@Override
public void run(){
isStarted = true;
try {
Log.d(TAG, mReport.file());
} catch (ClientProtocolException e) {