mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 17:11:14 +00:00
Merge pull request 'fix: remove snackbar style notifs' (#457) from remove_snackbar_style_notif into master
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/pulls/457 Reviewed-by: Inex Code <inex.code@selfprivacy.org>
This commit is contained in:
commit
0f26683758
|
@ -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