fix: delete copy onsecondtap

pull/461/head
def 2024-03-28 15:21:08 +02:00
parent 65a630112a
commit 64c23084a2
1 changed files with 0 additions and 6 deletions

View File

@ -70,12 +70,6 @@ class _ServicePageState extends State<ServicePage> {
getIt<NavigationService>()
.showSnackBar('basis.copied_to_clipboard'.tr());
},
onSecondaryTap: () {
PlatformAdapter.setClipboard(service.url!);
getIt<NavigationService>().showSnackBar(
'basis.copied_to_clipboard'.tr(),
);
},
child: ListTile(
iconColor: Theme.of(context).colorScheme.onBackground,
onTap: () => launchURL(service.url),