Skip to content

Commit

Permalink
update quick_actions example code
Browse files Browse the repository at this point in the history
  • Loading branch information
sinyu1012 committed Nov 15, 2024
1 parent 977992e commit 3568750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/quick_actions/quick_actions/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class _MyHomePageState extends State<MyHomePage> {
type: 'action_one',
localizedTitle: 'Action one',
localizedSubtitle: 'Action one subtitle',
icon: 'icon_help',
icon: 'AppIcon',
),
// NOTE: This second action icon will only work on Android.
// In a real world project keep the same file name for both platforms.
Expand Down

0 comments on commit 3568750

Please sign in to comment.