move to new sdk
This commit is contained in:
committed by
Christian Pauly
parent
b66c2e0e81
commit
abb728295c
@ -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,
|
||||
|
Reference in New Issue
Block a user