We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ede715 commit 0535abdCopy full SHA for 0535abd
feature/results/src/main/java/com/android/developers/androidify/customize/CustomizeExportViewModel.kt
@@ -372,7 +372,7 @@ class CustomizeExportViewModel @AssistedInject constructor(
372
try {
373
val watch = state.value.connectedWatch
374
watch?.let {
375
- watchfaceInstallationRepository.installAndroidify(application.applicationContext, it.nodeId)
+ watchfaceInstallationRepository.installAndroidify(it.nodeId)
376
}
377
return true
378
} catch (e: Exception) {
0 commit comments