chore: Update share_plus

This commit is contained in:
Christian Pauly 2022-06-04 13:42:33 +02:00
commit aa7ae27d5e
5 changed files with 6 additions and 6 deletions

View file

@ -47,7 +47,7 @@ class MessageDownloadContent extends StatelessWidget {
? IconButton(
onPressed: () => event.shareFile(context),
tooltip: L10n.of(context)!.share,
icon: const Icon(Icons.share),
icon: Icon(Icons.adaptive.share_outlined),
)
: null,
),