Enhanced UX and clean up
This commit is contained in:
parent
7b2f4c0163
commit
e665f4adc3
6 changed files with 41 additions and 89 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue