Skip to content

Commit

Permalink
Fix bluetooth controller destroy function by cleaning up variables
Browse files Browse the repository at this point in the history
  • Loading branch information
NiroDeveloper committed Jun 17, 2024
1 parent 509f22d commit 5db73ec
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ object BluetoothController {

Log.i(null, "Destroyed bluetooth service")
}

bluetoothCallback = null
}

@WorkerThread
Expand Down

0 comments on commit 5db73ec

Please sign in to comment.