Dismiss rooms in chat list with sliding

This commit is contained in:
Christian Pauly 2020-02-16 09:16:47 +01:00
commit be8f3a4a47
6 changed files with 156 additions and 72 deletions

View file

@ -74,6 +74,8 @@ class I18n {
String get areGuestsAllowedToJoin =>
Intl.message("Are guest users allowed to join");
String get areYouSure => Intl.message("Are you sure?");
String get authentication => Intl.message("Authentication");
String get avatarHasBeenChanged => Intl.message("Avatar has been changed");