mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 17:11:14 +00:00
fix: remove SnackBarBehaviov
This commit is contained in:
parent
418d96b842
commit
ba0e247fba
|
@ -17,7 +17,6 @@ class SnapshotIdListTile extends StatelessWidget {
|
|||
PlatformAdapter.setClipboard(snapshotId);
|
||||
getIt<NavigationService>().showSnackBar(
|
||||
'basis.copied_to_clipboard'.tr(),
|
||||
behavior: SnackBarBehavior.floating,
|
||||
);
|
||||
},
|
||||
leading: Icon(
|
||||
|
|
|
@ -89,7 +89,6 @@ class NewUserPage extends StatelessWidget {
|
|||
PlatformAdapter.setClipboard(currentPassword);
|
||||
getIt<NavigationService>().showSnackBar(
|
||||
'basis.copied_to_clipboard'.tr(),
|
||||
behavior: SnackBarBehavior.floating,
|
||||
);
|
||||
},
|
||||
),
|
||||
|
|
|
@ -153,7 +153,6 @@ class _UserLogins extends StatelessWidget {
|
|||
PlatformAdapter.setClipboard(email);
|
||||
getIt<NavigationService>().showSnackBar(
|
||||
'basis.copied_to_clipboard'.tr(),
|
||||
behavior: SnackBarBehavior.floating,
|
||||
);
|
||||
},
|
||||
title: email,
|
||||
|
|
Loading…
Reference in a new issue