chore: Remove deprecated share button
This commit is contained in:
parent
1398612190
commit
94c659d891
1 changed files with 0 additions and 7 deletions
|
|
@ -43,13 +43,6 @@ class MessageDownloadContent extends StatelessWidget {
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
trailing: PlatformInfos.isAndroid
|
|
||||||
? IconButton(
|
|
||||||
onPressed: () => event.shareFile(context),
|
|
||||||
tooltip: L10n.of(context)!.share,
|
|
||||||
icon: Icon(Icons.adaptive.share_outlined),
|
|
||||||
)
|
|
||||||
: null,
|
|
||||||
),
|
),
|
||||||
const Divider(height: 1),
|
const Divider(height: 1),
|
||||||
Padding(
|
Padding(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue