We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f2543 commit 1edb143Copy full SHA for 1edb143
1 file changed
app/src/main/kotlin/com/google/ai/sample/feature/multimodal/PhotoReasoningViewModel.kt
@@ -494,7 +494,7 @@ class PhotoReasoningViewModel(
494
_commandExecutionStatus.value = "Befehle erkannt: $commandDescriptions"
495
496
// Execute the commands if the accessibility service is running
497
- val accessibilityService = ScreenOperatorAccessibilityService.getInstanceStatic()
+ val accessibilityService = ScreenOperatorAccessibilityService.getInstance()
498
if (accessibilityService != null) {
499
for (command in commands) {
500
try {
0 commit comments