Skip to content

Commit e5d16ab

Browse files
Fix missing braces in PhotoReasoningViewModel causing unresolved refs
1 parent f382728 commit e5d16ab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/main/kotlin/com/google/ai/sample/feature/multimodal/PhotoReasoningViewModel.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,6 +1186,7 @@ class PhotoReasoningViewModel(
11861186
}
11871187
}
11881188
}
1189+
}
11891190

11901191
private fun reasonWithPuter(
11911192
userInput: String,
@@ -2076,6 +2077,7 @@ private fun processCommands(text: String) {
20762077
refreshStopButtonState()
20772078
}
20782079
}
2080+
}
20792081
private fun executeAccessibilityCommand(command: Command, shouldTrackCommand: Boolean) {
20802082
ScreenOperatorAccessibilityService.executeCommand(command)
20812083
if (shouldTrackCommand) {

0 commit comments

Comments
 (0)