Enhanced UX and clean up

This commit is contained in:
Christian Pauly 2020-02-16 11:36:18 +01:00
commit e665f4adc3
6 changed files with 41 additions and 89 deletions

View file

@ -58,7 +58,7 @@ class _ChatDetailsState extends State<ChatDetails> {
labelText: I18n.of(context).setInvitationLink,
hintText: I18n.of(context).alias.toLowerCase(),
prefixText: "#",
suffixText: widget.room.client.userID.domain,
suffixText: ":" + widget.room.client.userID.domain,
);
if (s == null) return;
final String domain = widget.room.client.userID.domain;