Skip to content

Commit

Permalink
Remove TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
dshokouhi committed Nov 12, 2021
1 parent 84b0806 commit 81102c2
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -170,15 +170,11 @@ class SettingsWearActivity : AppCompatActivity(), CapabilityClient.OnCapabilityC
binding.remoteOpenButton.isVisible = true
}
wearNodesWithApp.size < allConnectedNodes.size -> {
// TODO: Add your code to communicate with the wear app(s) via Wear APIs
// (MessageClient, DataClient, etc.)
Log.d(TAG, "Installed on some devices")
startActivity(SettingsWearMainView.newInstance(applicationContext, wearNodesWithApp))
finish()
}
else -> {
// TODO: Add your code to communicate with the wear app(s) via Wear APIs
// (MessageClient, DataClient, etc.)
Log.d(TAG, "Installed on all devices")
startActivity(SettingsWearMainView.newInstance(applicationContext, wearNodesWithApp))
finish()
Expand Down

0 comments on commit 81102c2

Please sign in to comment.