|
|
@ -47,7 +47,6 @@ class ChatListItem extends StatelessWidget {
|
|
|
|
? L10n.of(context)!.invitePrivateChat
|
|
|
|
? L10n.of(context)!.invitePrivateChat
|
|
|
|
: L10n.of(context)!.inviteGroupChat,
|
|
|
|
: L10n.of(context)!.inviteGroupChat,
|
|
|
|
title: room.getLocalizedDisplayname(MatrixLocals(L10n.of(context)!)),
|
|
|
|
title: room.getLocalizedDisplayname(MatrixLocals(L10n.of(context)!)),
|
|
|
|
style: AdaptiveStyle.material,
|
|
|
|
|
|
|
|
actions: [
|
|
|
|
actions: [
|
|
|
|
SheetAction(
|
|
|
|
SheetAction(
|
|
|
|
key: InviteActions.accept,
|
|
|
|
key: InviteActions.accept,
|
|
|
|