Skip to content

Commit

Permalink
Update DataLayer/Wearable/src/main/java/com/example/android/wearable/…
Browse files Browse the repository at this point in the history
…datalayer/MainActivity.kt

Co-authored-by: Yuri Schimke <[email protected]>
  • Loading branch information
kul3r4 and yschimke authored May 31, 2024
1 parent b19eb2d commit 5884991
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class MainActivity : ComponentActivity() {
// Transform the capability list for each node into a set
.mapValues { it.value.toSet() }

// TODo remove Toast as it's not a best practice on Wear and improve handling of result
// TODO remove Toast as it's not a best practice on Wear and improve handling of result
private fun displayResult(nodes: Set<Node>?) {
val message = if (nodes != null) {
if (nodes.isEmpty()) {
Expand Down

0 comments on commit 5884991

Please sign in to comment.