Skip to content

Commit 7c8f075

Browse files
committed
copy selected text to input bar
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent 727edd3 commit 7c8f075

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/nextcloud/client/assistant/AssistantScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ fun AssistantScreen(
190190
}
191191
},
192192
bottomBar = {
193-
if (!taskTypes.isNullOrEmpty()) {
193+
if (!taskTypes.isNullOrEmpty() && selectedTaskType?.isTranslate() == false) {
194194
InputBar(
195195
sessionId,
196196
selectedTaskType,

0 commit comments

Comments
 (0)