Skip to content

Commit

Permalink
move locker sync, app install to KMP, remove reliance on dart bg
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 committed Sep 11, 2024
1 parent 0aeff28 commit c5bf2c6
Show file tree
Hide file tree
Showing 56 changed files with 763 additions and 3,500 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ class ConnectionLooper @Inject constructor(
@RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT)
fun connectToWatch(macAddress: String) {
coroutineScope.launch {
if (currentConnection != null) {
Timber.d("ConnectionLooper already targeting watch, will cancel.")
}
lastConnectedWatch = macAddress

try {
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit c5bf2c6

Please sign in to comment.