No possibility of multiple invocation of log export

This commit is contained in:
fiaxh 2016-02-23 23:57:51 +01:00
parent 689ded1607
commit a88c2d48c0
1 changed files with 1 additions and 1 deletions

View File

@ -45,9 +45,9 @@ public class ExportLogsService extends Service {
new Thread(new Runnable() {
@Override
public void run() {
running.set(false);
export();
stopForeground(true);
running.set(false);
stopSelf();
}
}).start();