File tree Expand file tree Collapse file tree
app/src/main/kotlin/com/google/ai/sample/feature/multimodal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -444,6 +444,8 @@ fun PhotoReasoningScreen(
444444 is Command .PressHomeButton -> " Home-Button drücken"
445445 is Command .PressBackButton -> " Zurück-Button drücken"
446446 is Command .ShowRecentApps -> " Übersicht der letzten Apps öffnen"
447+ is Command .ScrollDown -> " Nach unten scrollen"
448+ is Command .ScrollUp -> " Nach oben scrollen"
447449 }
448450
449451 Text (
Original file line number Diff line number Diff line change @@ -249,6 +249,8 @@ class PhotoReasoningViewModel(
249249 is Command .PressHomeButton -> " Home-Button drücken"
250250 is Command .PressBackButton -> " Zurück-Button drücken"
251251 is Command .ShowRecentApps -> " Übersicht der letzten Apps öffnen"
252+ is Command .ScrollDown -> " Nach unten scrollen"
253+ is Command .ScrollUp -> " Nach oben scrollen"
252254 }
253255 }
254256
@@ -301,6 +303,8 @@ class PhotoReasoningViewModel(
301303 is Command .PressHomeButton -> " Home-Button drücken"
302304 is Command .PressBackButton -> " Zurück-Button drücken"
303305 is Command .ShowRecentApps -> " Übersicht der letzten Apps öffnen"
306+ is Command .ScrollDown -> " Nach unten scrollen"
307+ is Command .ScrollUp -> " Nach oben scrollen"
304308 }
305309
306310 _commandExecutionStatus .value = " Führe aus: $commandDescription (${index + 1 } /${commands.size} )"
You can’t perform that action at this time.
0 commit comments