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 f811888 commit ea20df9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public void onNothingSelected(AdapterView<?> arg0)
s.setSelection(0);

// 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.
// IO calls. Android doesn't allow making IO calls from the main thread.
Executor executor = Executors.newSingleThreadExecutor();
executor.submit(() ->{
try {
Expand Down

0 comments on commit ea20df9

Please sign in to comment.