Skip to content

Commit

Permalink
添加动态转发未支持提示
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Jan 24, 2024
1 parent 2511b22 commit fbea5a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/pages/dynamics/widgets/action_panel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ class _ActionPanelState extends State<ActionPanel> {
Expanded(
flex: 1,
child: TextButton.icon(
onPressed: () {},
onPressed: () {
SmartDialog.showToast('暂不支持');
},
icon: const Icon(
FontAwesomeIcons.shareFromSquare,
size: 16,
Expand Down

0 comments on commit fbea5a1

Please sign in to comment.