Fix chatlistitem context menu

This commit is contained in:
Christian Pauly 2020-08-03 13:08:44 +02:00
commit 9abc0c4f07
4 changed files with 154 additions and 93 deletions

View file

@ -617,6 +617,8 @@ class L10n extends MatrixLocalizations {
String get pickImage => Intl.message('Pick image');
String get pin => Intl.message('Pin');
String play(String fileName) => Intl.message(
"Play $fileName",
name: "play",
@ -848,6 +850,8 @@ class L10n extends MatrixLocalizations {
args: [type],
);
String get unpin => Intl.message('Unpin');
String unreadChats(String unreadCount) => Intl.message(
"$unreadCount unread chats",
name: "unreadChats",