Main bluetooth syncing implementation done, still some issues
This commit is contained in:
parent
97328f9978
commit
bb24b03557
5 changed files with 176 additions and 63 deletions
|
|
@ -290,6 +290,7 @@ public class MainActivity extends FragmentActivity implements OnSharedPreference
|
|||
if(executor != null){
|
||||
log.info("Terminating executor");
|
||||
executor.terminate();
|
||||
executor.reset();
|
||||
}
|
||||
super.onBackPressed();
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue