Skip to content

Commit 0535abd

Browse files
committed
Fixes bug
1 parent 2ede715 commit 0535abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feature/results/src/main/java/com/android/developers/androidify/customize/CustomizeExportViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ class CustomizeExportViewModel @AssistedInject constructor(
372372
try {
373373
val watch = state.value.connectedWatch
374374
watch?.let {
375-
watchfaceInstallationRepository.installAndroidify(application.applicationContext, it.nodeId)
375+
watchfaceInstallationRepository.installAndroidify(it.nodeId)
376376
}
377377
return true
378378
} catch (e: Exception) {

0 commit comments

Comments
 (0)