Merge pull request 'fix: remove snackbar style notifs' (#457) from remove_snackbar_style_notif into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #457
Reviewed-by: Inex Code <inex.code@selfprivacy.org>
pull/458/head^2
Inex Code 2024-02-08 14:40:17 +02:00
commit 0f26683758
3 changed files with 0 additions and 3 deletions

View File

@ -17,7 +17,6 @@ class SnapshotIdListTile extends StatelessWidget {
PlatformAdapter.setClipboard(snapshotId);
getIt<NavigationService>().showSnackBar(
'basis.copied_to_clipboard'.tr(),
behavior: SnackBarBehavior.floating,
);
},
leading: Icon(

View File

@ -89,7 +89,6 @@ class NewUserPage extends StatelessWidget {
PlatformAdapter.setClipboard(currentPassword);
getIt<NavigationService>().showSnackBar(
'basis.copied_to_clipboard'.tr(),
behavior: SnackBarBehavior.floating,
);
},
),

View File

@ -153,7 +153,6 @@ class _UserLogins extends StatelessWidget {
PlatformAdapter.setClipboard(email);
getIt<NavigationService>().showSnackBar(
'basis.copied_to_clipboard'.tr(),
behavior: SnackBarBehavior.floating,
);
},
title: email,