|
|
@ -773,7 +773,9 @@ class ChatListController extends State<ChatList>
|
|
|
|
controller = ScaffoldMessenger.of(context).showSnackBar(
|
|
|
|
controller = ScaffoldMessenger.of(context).showSnackBar(
|
|
|
|
SnackBar(
|
|
|
|
SnackBar(
|
|
|
|
duration: const Duration(seconds: 15),
|
|
|
|
duration: const Duration(seconds: 15),
|
|
|
|
|
|
|
|
showCloseIcon: true,
|
|
|
|
backgroundColor: theme.colorScheme.errorContainer,
|
|
|
|
backgroundColor: theme.colorScheme.errorContainer,
|
|
|
|
|
|
|
|
closeIconColor: theme.colorScheme.onErrorContainer,
|
|
|
|
content: Text(
|
|
|
|
content: Text(
|
|
|
|
L10n.of(context).oneOfYourDevicesIsNotVerified,
|
|
|
|
L10n.of(context).oneOfYourDevicesIsNotVerified,
|
|
|
|
style: TextStyle(
|
|
|
|
style: TextStyle(
|
|
|
|