mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-19 10:39:26 +01:00
chore: Remove deprecated share button
This commit is contained in:
parent
d3e3252de8
commit
04f34a4301
@ -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…
Reference in New Issue
Block a user