Skip to content

Commit 5783baf

Browse files
committed
remove mic icon button
1 parent 670cef7 commit 5783baf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

agentic_app_manager_next_25/lib/agentic_app_manager/agentic_app_manager_demo.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ class _MyHomePageState extends State<MyHomePage> {
7777
title: Text(widget.title),
7878
actions: [
7979
IconButton(onPressed: submitFeedback, icon: Icon(Icons.bug_report)),
80-
IconButton(onPressed: () {}, icon: Icon(Icons.mic)),
8180
],
8281
),
8382
body: MyMailScreen(),

0 commit comments

Comments
 (0)