Skip to content

Commit

Permalink
Update java/test/android/controller/src/main/java/com/zeroc/testcontr…
Browse files Browse the repository at this point in the history
…oller/ControllerActivity.java

Co-authored-by: Austin Henriksen <austin.r.henriksen79@gmail.com>
  • Loading branch information
pepone and InsertCreativityHere authored Dec 22, 2024
1 parent ea20df9 commit 85d9409
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public void onNothingSelected(AdapterView<?> arg0)
// Start the controller in a background thread. Starting the controller creates the ObjectAdapter which makes
// IO calls. Android doesn't allow making IO calls from the main thread.
Executor executor = Executors.newSingleThreadExecutor();
executor.submit(() ->{
executor.submit(() -> {
try {
app.startController(this, bluetooth);
} catch (Exception e) {
Expand Down

0 comments on commit 85d9409

Please sign in to comment.