Skip to content

remove mic icon#419

Merged
Q7DF1 merged 1 commit into
mainfrom
fix/removeMicIcon
Jun 7, 2026
Merged

remove mic icon#419
Q7DF1 merged 1 commit into
mainfrom
fix/removeMicIcon

Conversation

@Q7DF1

@Q7DF1 Q7DF1 commented Jun 6, 2026

Copy link
Copy Markdown
Owner

No description provided.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes unused imports and the voice search trailing icon from the search bars in both AppsScreen.kt and ConfigScreen.kt. However, the removal of the Intent import in ConfigScreen.kt will cause a compilation error because Intent is still used elsewhere in the file to launch the browser for bug reporting.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

package com.android.xrayfa.ui.component

import android.content.Intent
import android.widget.Toast

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

Removing import android.content.Intent will cause a compilation error because Intent is still used on lines 638 and 639 inside submitBugReport to launch the browser for bug reporting.

Suggested change
import android.widget.Toast
import android.content.Intent
import android.widget.Toast

@Q7DF1 Q7DF1 merged commit 1cb408a into main Jun 7, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant