move to new sdk

This commit is contained in:
Sorunome
2020-06-10 08:07:01 +00:00
committed by Christian Pauly
parent b66c2e0e81
commit abb728295c
26 changed files with 172 additions and 201 deletions

View File

@ -90,8 +90,8 @@ class MessageContent extends StatelessWidget {
break;
default:
return Text(
L10n.of(context).userSentUnknownEvent(
event.sender.calcDisplayname(), event.typeKey),
L10n.of(context)
.userSentUnknownEvent(event.sender.calcDisplayname(), event.type),
style: TextStyle(
color: textColor,
decoration: event.redacted ? TextDecoration.lineThrough : null,