Skip to content

Commit

Permalink
Review comment: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
dshokouhi committed Nov 19, 2021
1 parent 7f0b2eb commit f6bcb18
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -37,8 +37,7 @@ class PhoneSettingsListener : WearableListenerService(), DataClient.OnDataChange
if (event.path == "/send_home_favorites") {
val nodeId = event.sourceNodeId
sendHomeFavorites(nodeId)
} else if (event.path == "/save_home_favorites")
saveFavorites()
}
}

override fun onDataChanged(dataEvents: DataEventBuffer) {
Expand Down

0 comments on commit f6bcb18

Please sign in to comment.