Fixed: Multiple reports filed
closes #102 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user