Skip to content

Commit

Permalink
Updated UI
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok committed Jan 2, 2025
1 parent 4012436 commit 109294a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ private void updateUIState(UIState state) {
chatText.setText("");
statusProgress.setVisibility(View.VISIBLE);
statusText.setVisibility(View.VISIBLE);
statusText.setText("Generating...");
statusText.setText("Generating...\nSay 'Picovoice' to interrupt");
clearTextButton.setEnabled(false);
clearTextButton.setImageDrawable(
ResourcesCompat.getDrawable(
Expand Down

0 comments on commit 109294a

Please sign in to comment.